Shades of Lilac #CE95C9
Tints of Lilac #CE95C9
RGB
CMYK
RGB Variations
Color information
#CE95C9 (or 0xCE95C9) is known color: Lilac. HEX triplet: CE, 95 and C9. RGB value is (206,149,201). Sum of RGB (Red+Green+Blue) = 206+149+201=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95C9 is #316A36. Grayscale: #ABABAB. Windows color (decimal): -3238455 or 13211086. OLE color: 13211086.
HSL color Cylindrical-coordinate representation of color #CE95C9: hue angle of 305.26º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95C9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 201 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.19 |
| HSL | 305.26º | 0.37% | 0.7% | - |
| HSV(B) | 305.26º | 0.28% | 0.81% | - |
| XYZ | 46.74 | 38.83 | 60.29 | - |
| YUV | 171.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 201 | 0 | 0.28 | 0.02 | 0.19 | 305.26 | 0.37 | 0.7 |
| Hex | CE | 95 | C9 | 0 | 1C | 2 | 13 | 131 | 25 | 46 |
| Octal | 316 | 225 | 311 | 0 | 34 | 2 | 23 | 461 | 45 | 106 |
| Binary | 11001110 | 10010101 | 11001001 | 0 | 11100 | 10 | 10011 | 100110001 | 100101 | 1000110 |
Color Harmonies of #CE95C9
Complementary color
Monochromatic Colors of #CE95C9
Black with #CE95C9
Text Example
Text Example
White with #CE95C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE95C9; }
p { color: rgb(206,149,201); }
H1.HeaderClassName
{
color: #CE95C9;
}
.AnyTagClassName
{
color: #CE95C9;
}
</style>
background-color css
<style>
a { background-color: #CE95C9; }
a { background-color: rgb(206,149,201); }
div.DivClassName
{
background-color: #CE95C9;
}
.BgClassName
{
background-color: #CE95C9;
}
</style>
border-color css
<style>
span { border-color: #CE95C9; }
span { border-color: rgb(206,149,201); }
td.TdClassName
{
border-color: #CE95C9;
}
.TagClassName
{
border-color: #CE95C9;
}
</style>