Shades of Lilac #CE93C9
Tints of Lilac #CE93C9
RGB
CMYK
RGB Variations
Color information
#CE93C9 (or 0xCE93C9) is known color: Lilac. HEX triplet: CE, 93 and C9. RGB value is (206,147,201). Sum of RGB (Red+Green+Blue) = 206+147+201=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93C9 is #316C36. Grayscale: #AAAAAA. Windows color (decimal): -3238967 or 13210574. OLE color: 13210574.
HSL color Cylindrical-coordinate representation of color #CE93C9: hue angle of 305.08º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE93C9 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 201 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.19 |
| HSL | 305.08º | 0.38% | 0.69% | - |
| HSV(B) | 305.08º | 0.29% | 0.81% | - |
| XYZ | 46.43 | 38.21 | 60.19 | - |
| YUV | 170.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 201 | 0 | 0.29 | 0.02 | 0.19 | 305.08 | 0.38 | 0.69 |
| Hex | CE | 93 | C9 | 0 | 1D | 2 | 13 | 131 | 26 | 45 |
| Octal | 316 | 223 | 311 | 0 | 35 | 2 | 23 | 461 | 46 | 105 |
| Binary | 11001110 | 10010011 | 11001001 | 0 | 11101 | 10 | 10011 | 100110001 | 100110 | 1000101 |
Color Harmonies of #CE93C9
Complementary color
Monochromatic Colors of #CE93C9
Black with #CE93C9
Text Example
Text Example
White with #CE93C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93C9; }
p { color: rgb(206,147,201); }
H1.HeaderClassName
{
color: #CE93C9;
}
.AnyTagClassName
{
color: #CE93C9;
}
</style>
background-color css
<style>
a { background-color: #CE93C9; }
a { background-color: rgb(206,147,201); }
div.DivClassName
{
background-color: #CE93C9;
}
.BgClassName
{
background-color: #CE93C9;
}
</style>
border-color css
<style>
span { border-color: #CE93C9; }
span { border-color: rgb(206,147,201); }
td.TdClassName
{
border-color: #CE93C9;
}
.TagClassName
{
border-color: #CE93C9;
}
</style>