#CB96D0

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

Shades of Lilac #CB96D0

Tints of Lilac #CB96D0

Color information

#CB96D0 (or 0xCB96D0) is unknown color: approx Lilac. HEX triplet: CB, 96 and D0. RGB value is (203,150,208). Sum of RGB (Red+Green+Blue) = 203+150+208=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96D0 is #34692F. Grayscale: #ACACAC. Windows color (decimal): -3434800 or 13670091. OLE color: 13670091.

HSL color Cylindrical-coordinate representation of color #CB96D0: hue angle of 294.83º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB96D0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203150208-
CMYK0.020.2800.18
HSL294.83º38.16%70.2%-
HSV(B)294.83º27.88%81.57%-
XYZ46.9239.0664.74-
YUV172.46148.06149.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=36.19%
G=26.74%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031502080.020.2800.18294.8338.1670.2
HexCB96D021C0121272646
Octal31322632023402244746106
Binary11001011100101101101000010111000100101001001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96D0; }

 p { color: rgb(203,150,208); }

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

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

 a { background-color: rgb(203,150,208); }

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

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

 span { border-color: rgb(203,150,208); }

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