Shades of Lilac #CE90C6
Tints of Lilac #CE90C6
RGB
CMYK
RGB Variations
Color information
#CE90C6 (or 0xCE90C6) is known color: Lilac. HEX triplet: CE, 90 and C6. RGB value is (206,144,198). Sum of RGB (Red+Green+Blue) = 206+144+198=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90C6 is #316F39. Grayscale: #A8A8A8. Windows color (decimal): -3239738 or 13013198. OLE color: 13013198.
HSL color Cylindrical-coordinate representation of color #CE90C6: hue angle of 307.74º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE90C6 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 198 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.19 |
| HSL | 307.74º | 0.39% | 0.69% | - |
| HSV(B) | 307.74º | 0.3% | 0.81% | - |
| XYZ | 45.62 | 37.15 | 58.19 | - |
| YUV | 168.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 198 | 0 | 0.30 | 0.04 | 0.19 | 307.74 | 0.39 | 0.69 |
| Hex | CE | 90 | C6 | 0 | 1E | 4 | 13 | 134 | 27 | 45 |
| Octal | 316 | 220 | 306 | 0 | 36 | 4 | 23 | 464 | 47 | 105 |
| Binary | 11001110 | 10010000 | 11000110 | 0 | 11110 | 100 | 10011 | 100110100 | 100111 | 1000101 |
Color Harmonies of #CE90C6
Complementary color
Monochromatic Colors of #CE90C6
Black with #CE90C6
Text Example
Text Example
White with #CE90C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90C6; }
p { color: rgb(206,144,198); }
H1.HeaderClassName
{
color: #CE90C6;
}
.AnyTagClassName
{
color: #CE90C6;
}
</style>
background-color css
<style>
a { background-color: #CE90C6; }
a { background-color: rgb(206,144,198); }
div.DivClassName
{
background-color: #CE90C6;
}
.BgClassName
{
background-color: #CE90C6;
}
</style>
border-color css
<style>
span { border-color: #CE90C6; }
span { border-color: rgb(206,144,198); }
td.TdClassName
{
border-color: #CE90C6;
}
.TagClassName
{
border-color: #CE90C6;
}
</style>