Shades of Lilac #CE9FCA
Tints of Lilac #CE9FCA
RGB
CMYK
RGB Variations
Color information
#CE9FCA (or 0xCE9FCA) is known color: Lilac. HEX triplet: CE, 9F and CA. RGB value is (206,159,202). Sum of RGB (Red+Green+Blue) = 206+159+202=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FCA is #316035. Grayscale: #B1B1B1. Windows color (decimal): -3235894 or 13279182. OLE color: 13279182.
HSL color Cylindrical-coordinate representation of color #CE9FCA: hue angle of 305.11º 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 #CE9FCA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 202 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.19 |
| HSL | 305.11º | 0.32% | 0.72% | - |
| HSV(B) | 305.11º | 0.23% | 0.81% | - |
| XYZ | 48.51 | 42.18 | 61.46 | - |
| YUV | 177.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 202 | 0 | 0.23 | 0.02 | 0.19 | 305.11 | 0.32 | 0.72 |
| Hex | CE | 9F | CA | 0 | 17 | 2 | 13 | 131 | 20 | 48 |
| Octal | 316 | 237 | 312 | 0 | 27 | 2 | 23 | 461 | 40 | 110 |
| Binary | 11001110 | 10011111 | 11001010 | 0 | 10111 | 10 | 10011 | 100110001 | 100000 | 1001000 |
Color Harmonies of #CE9FCA
Complementary color
Monochromatic Colors of #CE9FCA
Black with #CE9FCA
Text Example
Text Example
White with #CE9FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FCA; }
p { color: rgb(206,159,202); }
H1.HeaderClassName
{
color: #CE9FCA;
}
.AnyTagClassName
{
color: #CE9FCA;
}
</style>
background-color css
<style>
a { background-color: #CE9FCA; }
a { background-color: rgb(206,159,202); }
div.DivClassName
{
background-color: #CE9FCA;
}
.BgClassName
{
background-color: #CE9FCA;
}
</style>
border-color css
<style>
span { border-color: #CE9FCA; }
span { border-color: rgb(206,159,202); }
td.TdClassName
{
border-color: #CE9FCA;
}
.TagClassName
{
border-color: #CE9FCA;
}
</style>