#CB3ADC

Color #CB3ADC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CB3ADC

Tints of Medium Orchid #CB3ADC

Color information

#CB3ADC (or 0xCB3ADC) is unknown color: approx Medium Orchid. HEX triplet: CB, 3A and DC. RGB value is (203,58,220). Sum of RGB (Red+Green+Blue) = 203+58+220=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ADC is #34C523. Grayscale: #777777. Windows color (decimal): -3458340 or 14432971. OLE color: 14432971.

HSL color Cylindrical-coordinate representation of color #CB3ADC: hue angle of 293.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3ADC is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20358220-
CMYK0.080.7400.14
HSL293.7º69.83%54.51%-
HSV(B)293.7º73.64%86.27%-
XYZ39.0620.8969.68-
YUV119.82184.54187.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 58 (23.05% from 255) = 12.06%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=42.20%
G=12.06%
B=45.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203582200.080.7400.14293.769.8354.51
HexCB3ADC84A0E1264637
Octal313723341011201644610667
Binary110010111110101101110010001001010011101001001101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3ADC; }

 p { color: rgb(203,58,220); }

 H1.HeaderClassName
 {
   color: #CB3ADC;
 }
 .AnyTagClassName
 {
   color: #CB3ADC;
 }
</style>
background-color css

<style>
 a { background-color: #CB3ADC; }

 a { background-color: rgb(203,58,220); }

 div.DivClassName
 {
   background-color: #CB3ADC;
 }
 .BgClassName
 {
   background-color: #CB3ADC;
 }
</style>
border-color css

<style>
 span { border-color: #CB3ADC; }

 span { border-color: rgb(203,58,220); }

 td.TdClassName
 {
   border-color: #CB3ADC;
 }
 .TagClassName
 {
   border-color: #CB3ADC;
 }
</style>