Shades of Lilac #CB9FCE
Tints of Lilac #CB9FCE
RGB
CMYK
RGB Variations
Color information
#CB9FCE (or 0xCB9FCE) is known color: Lilac. HEX triplet: CB, 9F and CE. RGB value is (203,159,206). Sum of RGB (Red+Green+Blue) = 203+159+206=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FCE is #346031. Grayscale: #B1B1B1. Windows color (decimal): -3432498 or 13541323. OLE color: 13541323.
HSL color Cylindrical-coordinate representation of color #CB9FCE: hue angle of 296.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9FCE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 159 | 206 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.19 |
| HSL | 296.17º | 0.32% | 0.72% | - |
| HSV(B) | 296.17º | 0.23% | 0.81% | - |
| XYZ | 48.17 | 41.95 | 63.95 | - |
| YUV | 177.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 206 | 0.01 | 0.23 | 0 | 0.19 | 296.17 | 0.32 | 0.72 |
| Hex | CB | 9F | CE | 1 | 17 | 0 | 13 | 128 | 20 | 48 |
| Octal | 313 | 237 | 316 | 1 | 27 | 0 | 23 | 450 | 40 | 110 |
| Binary | 11001011 | 10011111 | 11001110 | 1 | 10111 | 0 | 10011 | 100101000 | 100000 | 1001000 |
Color Harmonies of #CB9FCE
Complementary color
Monochromatic Colors of #CB9FCE
Black with #CB9FCE
Text Example
Text Example
White with #CB9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FCE; }
p { color: rgb(203,159,206); }
H1.HeaderClassName
{
color: #CB9FCE;
}
.AnyTagClassName
{
color: #CB9FCE;
}
</style>
background-color css
<style>
a { background-color: #CB9FCE; }
a { background-color: rgb(203,159,206); }
div.DivClassName
{
background-color: #CB9FCE;
}
.BgClassName
{
background-color: #CB9FCE;
}
</style>
border-color css
<style>
span { border-color: #CB9FCE; }
span { border-color: rgb(203,159,206); }
td.TdClassName
{
border-color: #CB9FCE;
}
.TagClassName
{
border-color: #CB9FCE;
}
</style>