Shades of Lilac #CB9AD0
Tints of Lilac #CB9AD0
RGB
CMYK
RGB Variations
Color information
#CB9AD0 (or 0xCB9AD0) is known color: Lilac. HEX triplet: CB, 9A and D0. RGB value is (203,154,208). Sum of RGB (Red+Green+Blue) = 203+154+208=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9AD0 is #34652F. Grayscale: #AEAEAE. Windows color (decimal): -3433776 or 13671115. OLE color: 13671115.
HSL color Cylindrical-coordinate representation of color #CB9AD0: hue angle of 294.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB9AD0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 154 | 208 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.18 |
| HSL | 294.44º | 0.36% | 0.71% | - |
| HSV(B) | 294.44º | 0.26% | 0.82% | - |
| XYZ | 47.57 | 40.36 | 64.96 | - |
| YUV | 174.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 208 | 0.02 | 0.26 | 0 | 0.18 | 294.44 | 0.36 | 0.71 |
| Hex | CB | 9A | D0 | 2 | 1A | 0 | 12 | 126 | 24 | 47 |
| Octal | 313 | 232 | 320 | 2 | 32 | 0 | 22 | 446 | 44 | 107 |
| Binary | 11001011 | 10011010 | 11010000 | 10 | 11010 | 0 | 10010 | 100100110 | 100100 | 1000111 |
Color Harmonies of #CB9AD0
Complementary color
Monochromatic Colors of #CB9AD0
Black with #CB9AD0
Text Example
Text Example
White with #CB9AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9AD0; }
p { color: rgb(203,154,208); }
H1.HeaderClassName
{
color: #CB9AD0;
}
.AnyTagClassName
{
color: #CB9AD0;
}
</style>
background-color css
<style>
a { background-color: #CB9AD0; }
a { background-color: rgb(203,154,208); }
div.DivClassName
{
background-color: #CB9AD0;
}
.BgClassName
{
background-color: #CB9AD0;
}
</style>
border-color css
<style>
span { border-color: #CB9AD0; }
span { border-color: rgb(203,154,208); }
td.TdClassName
{
border-color: #CB9AD0;
}
.TagClassName
{
border-color: #CB9AD0;
}
</style>