#C885BD

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

Shades of Lilac #C885BD

Tints of Lilac #C885BD

Color information

#C885BD (or 0xC885BD) is unknown color: approx Lilac. HEX triplet: C8, 85 and BD. RGB value is (200,133,189). Sum of RGB (Red+Green+Blue) = 200+133+189=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C885BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885BD is #377A42. Grayscale: #9F9F9F. Windows color (decimal): -3635779 or 12420552. OLE color: 12420552.

HSL color Cylindrical-coordinate representation of color #C885BD: hue angle of 309.85º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C885BD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200133189-
CMYK00.340.060.22
HSL309.85º37.85%65.29%-
HSV(B)309.85º33.5%78.43%-
XYZ41.3932.7352.28-
YUV159.42144.7156.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=38.31%
G=25.48%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013318900.340.060.22309.8537.8565.29
HexC885BD0226161362641
Octal31020527504262646646101
Binary1100100010000101101111010100010110101101001101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885BD; }

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

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

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

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

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

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

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

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