Shades of Lilac #CE91D2
Tints of Lilac #CE91D2
RGB
CMYK
RGB Variations
Color information
#CE91D2 (or 0xCE91D2) is known color: Lilac. HEX triplet: CE, 91 and D2. RGB value is (206,145,210). Sum of RGB (Red+Green+Blue) = 206+145+210=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91D2 is #316E2D. Grayscale: #AAAAAA. Windows color (decimal): -3239470 or 13799886. OLE color: 13799886.
HSL color Cylindrical-coordinate representation of color #CE91D2: hue angle of 296.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE91D2 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 145 | 210 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.18 |
| HSL | 296.31º | 0.42% | 0.7% | - |
| HSV(B) | 296.31º | 0.31% | 0.82% | - |
| XYZ | 47.21 | 38.03 | 65.82 | - |
| YUV | 170.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 210 | 0.02 | 0.31 | 0 | 0.18 | 296.31 | 0.42 | 0.7 |
| Hex | CE | 91 | D2 | 2 | 1F | 0 | 12 | 128 | 2A | 46 |
| Octal | 316 | 221 | 322 | 2 | 37 | 0 | 22 | 450 | 52 | 106 |
| Binary | 11001110 | 10010001 | 11010010 | 10 | 11111 | 0 | 10010 | 100101000 | 101010 | 1000110 |
Color Harmonies of #CE91D2
Complementary color
Monochromatic Colors of #CE91D2
Black with #CE91D2
Text Example
Text Example
White with #CE91D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE91D2; }
p { color: rgb(206,145,210); }
H1.HeaderClassName
{
color: #CE91D2;
}
.AnyTagClassName
{
color: #CE91D2;
}
</style>
background-color css
<style>
a { background-color: #CE91D2; }
a { background-color: rgb(206,145,210); }
div.DivClassName
{
background-color: #CE91D2;
}
.BgClassName
{
background-color: #CE91D2;
}
</style>
border-color css
<style>
span { border-color: #CE91D2; }
span { border-color: rgb(206,145,210); }
td.TdClassName
{
border-color: #CE91D2;
}
.TagClassName
{
border-color: #CE91D2;
}
</style>