#CB8DC9

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

Shades of Lilac #CB8DC9

Tints of Lilac #CB8DC9

Color information

#CB8DC9 (or 0xCB8DC9) is unknown color: approx Lilac. HEX triplet: CB, 8D and C9. RGB value is (203,141,201). Sum of RGB (Red+Green+Blue) = 203+141+201=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DC9 is #347236. Grayscale: #A6A6A6. Windows color (decimal): -3437111 or 13209035. OLE color: 13209035.

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

Color convert

RGB203141201-
CMYK00.310.010.20
HSL301.94º37.35%67.45%-
HSV(B)301.94º30.54%79.61%-
XYZ44.735.9659.84-
YUV166.38147.54154.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 201 (78.91% from 255) = 36.88%
R=37.25%
G=25.87%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314120100.310.010.20301.9437.3567.45
HexCB8DC901F11412e2543
Octal31321531103712445645103
Binary1100101110001101110010010111111101001001011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DC9; }

 p { color: rgb(203,141,201); }

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

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

 a { background-color: rgb(203,141,201); }

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

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

 span { border-color: rgb(203,141,201); }

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