Shades of Lilac #CE92D1
Tints of Lilac #CE92D1
RGB
CMYK
RGB Variations
Color information
#CE92D1 (or 0xCE92D1) is known color: Lilac. HEX triplet: CE, 92 and D1. RGB value is (206,146,209). Sum of RGB (Red+Green+Blue) = 206+146+209=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE92D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92D1 is #316D2E. Grayscale: #AAAAAA. Windows color (decimal): -3239215 or 13734606. OLE color: 13734606.
HSL color Cylindrical-coordinate representation of color #CE92D1: hue angle of 297.14º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE92D1 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 146 | 209 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.18 |
| HSL | 297.14º | 0.41% | 0.7% | - |
| HSV(B) | 297.14º | 0.3% | 0.82% | - |
| XYZ | 47.24 | 38.28 | 65.22 | - |
| YUV | 171.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 209 | 0.01 | 0.30 | 0 | 0.18 | 297.14 | 0.41 | 0.7 |
| Hex | CE | 92 | D1 | 1 | 1E | 0 | 12 | 129 | 29 | 46 |
| Octal | 316 | 222 | 321 | 1 | 36 | 0 | 22 | 451 | 51 | 106 |
| Binary | 11001110 | 10010010 | 11010001 | 1 | 11110 | 0 | 10010 | 100101001 | 101001 | 1000110 |
Color Harmonies of #CE92D1
Complementary color
Monochromatic Colors of #CE92D1
Black with #CE92D1
Text Example
Text Example
White with #CE92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92D1; }
p { color: rgb(206,146,209); }
H1.HeaderClassName
{
color: #CE92D1;
}
.AnyTagClassName
{
color: #CE92D1;
}
</style>
background-color css
<style>
a { background-color: #CE92D1; }
a { background-color: rgb(206,146,209); }
div.DivClassName
{
background-color: #CE92D1;
}
.BgClassName
{
background-color: #CE92D1;
}
</style>
border-color css
<style>
span { border-color: #CE92D1; }
span { border-color: rgb(206,146,209); }
td.TdClassName
{
border-color: #CE92D1;
}
.TagClassName
{
border-color: #CE92D1;
}
</style>