Shades of Lilac #C28EC9
Tints of Lilac #C28EC9
RGB
CMYK
RGB Variations
Color information
#C28EC9 (or 0xC28EC9) is known color: Lilac. HEX triplet: C2, 8E and C9. RGB value is (194,142,201). Sum of RGB (Red+Green+Blue) = 194+142+201=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #C28EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EC9 is #3D7136. Grayscale: #A4A4A4. Windows color (decimal): -4026679 or 13209282. OLE color: 13209282.
HSL color Cylindrical-coordinate representation of color #C28EC9: hue angle of 292.88º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28EC9 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 142 | 201 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.21 |
| HSL | 292.88º | 0.35% | 0.67% | - |
| HSV(B) | 292.88º | 0.29% | 0.79% | - |
| XYZ | 42.46 | 35.03 | 59.78 | - |
| YUV | 164.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 201 | 0.03 | 0.29 | 0 | 0.21 | 292.88 | 0.35 | 0.67 |
| Hex | C2 | 8E | C9 | 3 | 1D | 0 | 15 | 125 | 23 | 43 |
| Octal | 302 | 216 | 311 | 3 | 35 | 0 | 25 | 445 | 43 | 103 |
| Binary | 11000010 | 10001110 | 11001001 | 11 | 11101 | 0 | 10101 | 100100101 | 100011 | 1000011 |
Color Harmonies of #C28EC9
Complementary color
Monochromatic Colors of #C28EC9
Black with #C28EC9
Text Example
Text Example
White with #C28EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EC9; }
p { color: rgb(194,142,201); }
H1.HeaderClassName
{
color: #C28EC9;
}
.AnyTagClassName
{
color: #C28EC9;
}
</style>
background-color css
<style>
a { background-color: #C28EC9; }
a { background-color: rgb(194,142,201); }
div.DivClassName
{
background-color: #C28EC9;
}
.BgClassName
{
background-color: #C28EC9;
}
</style>
border-color css
<style>
span { border-color: #C28EC9; }
span { border-color: rgb(194,142,201); }
td.TdClassName
{
border-color: #C28EC9;
}
.TagClassName
{
border-color: #C28EC9;
}
</style>