Shades of Lilac #CB9CCC
Tints of Lilac #CB9CCC
RGB
CMYK
RGB Variations
Color information
#CB9CCC (or 0xCB9CCC) is known color: Lilac. HEX triplet: CB, 9C and CC. RGB value is (203,156,204). Sum of RGB (Red+Green+Blue) = 203+156+204=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CCC is #346333. Grayscale: #AFAFAF. Windows color (decimal): -3433268 or 13409483. OLE color: 13409483.
HSL color Cylindrical-coordinate representation of color #CB9CCC: hue angle of 298.75º degrees, saturation: 0.32, 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 #CB9CCC is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 156 | 204 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.2 |
| HSL | 298.75º | 0.32% | 0.71% | - |
| HSV(B) | 298.75º | 0.24% | 0.8% | - |
| XYZ | 47.42 | 40.83 | 62.51 | - |
| YUV | 175.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 204 | 0.00 | 0.24 | 0 | 0.2 | 298.75 | 0.32 | 0.71 |
| Hex | CB | 9C | CC | 0 | 18 | 0 | 14 | 12B | 20 | 47 |
| Octal | 313 | 234 | 314 | 0 | 30 | 0 | 24 | 453 | 40 | 107 |
| Binary | 11001011 | 10011100 | 11001100 | 0 | 11000 | 0 | 10100 | 100101011 | 100000 | 1000111 |
Color Harmonies of #CB9CCC
Complementary color
Monochromatic Colors of #CB9CCC
Black with #CB9CCC
Text Example
Text Example
White with #CB9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CCC; }
p { color: rgb(203,156,204); }
H1.HeaderClassName
{
color: #CB9CCC;
}
.AnyTagClassName
{
color: #CB9CCC;
}
</style>
background-color css
<style>
a { background-color: #CB9CCC; }
a { background-color: rgb(203,156,204); }
div.DivClassName
{
background-color: #CB9CCC;
}
.BgClassName
{
background-color: #CB9CCC;
}
</style>
border-color css
<style>
span { border-color: #CB9CCC; }
span { border-color: rgb(203,156,204); }
td.TdClassName
{
border-color: #CB9CCC;
}
.TagClassName
{
border-color: #CB9CCC;
}
</style>