Shades of Lilac #CB9ED1
Tints of Lilac #CB9ED1
RGB
CMYK
RGB Variations
Color information
#CB9ED1 (or 0xCB9ED1) is known color: Lilac. HEX triplet: CB, 9E and D1. RGB value is (203,158,209). Sum of RGB (Red+Green+Blue) = 203+158+209=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ED1 is #34612E. Grayscale: #B1B1B1. Windows color (decimal): -3432751 or 13737675. OLE color: 13737675.
HSL color Cylindrical-coordinate representation of color #CB9ED1: hue angle of 292.94º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9ED1 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 158 | 209 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.18 |
| HSL | 292.94º | 0.36% | 0.72% | - |
| HSV(B) | 292.94º | 0.24% | 0.82% | - |
| XYZ | 48.36 | 41.75 | 65.83 | - |
| YUV | 177.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 209 | 0.03 | 0.24 | 0 | 0.18 | 292.94 | 0.36 | 0.72 |
| Hex | CB | 9E | D1 | 3 | 18 | 0 | 12 | 125 | 24 | 48 |
| Octal | 313 | 236 | 321 | 3 | 30 | 0 | 22 | 445 | 44 | 110 |
| Binary | 11001011 | 10011110 | 11010001 | 11 | 11000 | 0 | 10010 | 100100101 | 100100 | 1001000 |
Color Harmonies of #CB9ED1
Complementary color
Monochromatic Colors of #CB9ED1
Black with #CB9ED1
Text Example
Text Example
White with #CB9ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9ED1; }
p { color: rgb(203,158,209); }
H1.HeaderClassName
{
color: #CB9ED1;
}
.AnyTagClassName
{
color: #CB9ED1;
}
</style>
background-color css
<style>
a { background-color: #CB9ED1; }
a { background-color: rgb(203,158,209); }
div.DivClassName
{
background-color: #CB9ED1;
}
.BgClassName
{
background-color: #CB9ED1;
}
</style>
border-color css
<style>
span { border-color: #CB9ED1; }
span { border-color: rgb(203,158,209); }
td.TdClassName
{
border-color: #CB9ED1;
}
.TagClassName
{
border-color: #CB9ED1;
}
</style>