#CB9CCD

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

Shades of Lilac #CB9CCD

Tints of Lilac #CB9CCD

Color information

#CB9CCD (or 0xCB9CCD) is unknown color: approx Lilac. HEX triplet: CB, 9C and CD. RGB value is (203,156,205). Sum of RGB (Red+Green+Blue) = 203+156+205=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CCD is #346332. Grayscale: #AFAFAF. Windows color (decimal): -3433267 or 13475019. OLE color: 13475019.

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

Color convert

RGB203156205-
CMYK0.010.2400.20
HSL297.55º32.89%70.78%-
HSV(B)297.55º23.9%80.39%-
XYZ47.5440.8863.14-
YUV175.64144.57147.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=35.99%
G=27.66%
B=36.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031562050.010.2400.20297.5532.8970.78
HexCB9CCD11801412a2147
Octal31323431513002445241107
Binary1100101110011100110011011110000101001001010101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CCD; }

 p { color: rgb(203,156,205); }

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

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

 a { background-color: rgb(203,156,205); }

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

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

 span { border-color: rgb(203,156,205); }

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