Shades of Lilac #CB96D0
Tints of Lilac #CB96D0
RGB
CMYK
RGB Variations
Color information
#CB96D0 (or 0xCB96D0) is known color: 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
| RGB | 203 | 150 | 208 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.18 |
| HSL | 294.83º | 0.38% | 0.7% | - |
| HSV(B) | 294.83º | 0.28% | 0.82% | - |
| XYZ | 46.92 | 39.06 | 64.74 | - |
| YUV | 172.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 208 | 0.02 | 0.28 | 0 | 0.18 | 294.83 | 0.38 | 0.7 |
| Hex | CB | 96 | D0 | 2 | 1C | 0 | 12 | 127 | 26 | 46 |
| Octal | 313 | 226 | 320 | 2 | 34 | 0 | 22 | 447 | 46 | 106 |
| Binary | 11001011 | 10010110 | 11010000 | 10 | 11100 | 0 | 10010 | 100100111 | 100110 | 1000110 |
Color Harmonies of #CB96D0
Complementary color
Monochromatic Colors of #CB96D0
Black with #CB96D0
Text Example
Text Example
White with #CB96D0
Text Example
Text Example
HTML Codes & Css Web 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>