Shades of Lilac #CB98D3
Tints of Lilac #CB98D3
RGB
CMYK
RGB Variations
Color information
#CB98D3 (or 0xCB98D3) is known color: Lilac. HEX triplet: CB, 98 and D3. RGB value is (203,152,211). Sum of RGB (Red+Green+Blue) = 203+152+211=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB98D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98D3 is #34672C. Grayscale: #ADADAD. Windows color (decimal): -3434285 or 13867211. OLE color: 13867211.
HSL color Cylindrical-coordinate representation of color #CB98D3: hue angle of 291.86º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB98D3 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 152 | 211 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.17 |
| HSL | 291.86º | 0.4% | 0.71% | - |
| HSV(B) | 291.86º | 0.28% | 0.83% | - |
| XYZ | 47.61 | 39.86 | 66.81 | - |
| YUV | 173.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 211 | 0.04 | 0.28 | 0 | 0.17 | 291.86 | 0.4 | 0.71 |
| Hex | CB | 98 | D3 | 4 | 1C | 0 | 11 | 124 | 28 | 47 |
| Octal | 313 | 230 | 323 | 4 | 34 | 0 | 21 | 444 | 50 | 107 |
| Binary | 11001011 | 10011000 | 11010011 | 100 | 11100 | 0 | 10001 | 100100100 | 101000 | 1000111 |
Color Harmonies of #CB98D3
Complementary color
Monochromatic Colors of #CB98D3
Black with #CB98D3
Text Example
Text Example
White with #CB98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98D3; }
p { color: rgb(203,152,211); }
H1.HeaderClassName
{
color: #CB98D3;
}
.AnyTagClassName
{
color: #CB98D3;
}
</style>
background-color css
<style>
a { background-color: #CB98D3; }
a { background-color: rgb(203,152,211); }
div.DivClassName
{
background-color: #CB98D3;
}
.BgClassName
{
background-color: #CB98D3;
}
</style>
border-color css
<style>
span { border-color: #CB98D3; }
span { border-color: rgb(203,152,211); }
td.TdClassName
{
border-color: #CB98D3;
}
.TagClassName
{
border-color: #CB98D3;
}
</style>