#C885CB

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

Shades of Lilac #C885CB

Tints of Lilac #C885CB

Color information

#C885CB (or 0xC885CB) is unknown color: approx Lilac. HEX triplet: C8, 85 and CB. RGB value is (200,133,203). Sum of RGB (Red+Green+Blue) = 200+133+203=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #C885CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885CB is #377A34. Grayscale: #A0A0A0. Windows color (decimal): -3635765 or 13338056. OLE color: 13338056.

HSL color Cylindrical-coordinate representation of color #C885CB: hue angle of 297.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C885CB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200133203-
CMYK0.010.3400.20
HSL297.43º40.23%65.88%-
HSV(B)297.43º34.48%79.61%-
XYZ42.9933.3760.67-
YUV161.01151.7155.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=37.31%
G=24.81%
B=37.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001332030.010.3400.20297.4340.2365.88
HexC885CB1220141292842
Octal31020531314202445150102
Binary11001000100001011100101111000100101001001010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885CB; }

 p { color: rgb(200,133,203); }

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

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

 a { background-color: rgb(200,133,203); }

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

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

 span { border-color: rgb(200,133,203); }

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