Shades of Lilac #C28EC5
Tints of Lilac #C28EC5
RGB
CMYK
RGB Variations
Color information
#C28EC5 (or 0xC28EC5) is known color: Lilac. HEX triplet: C2, 8E and C5. RGB value is (194,142,197). Sum of RGB (Red+Green+Blue) = 194+142+197=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #C28EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EC5 is #3D713A. Grayscale: #A3A3A3. Windows color (decimal): -4026683 or 12947138. OLE color: 12947138.
HSL color Cylindrical-coordinate representation of color #C28EC5: hue angle of 296.73º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28EC5 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 142 | 197 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.23 |
| HSL | 296.73º | 0.32% | 0.66% | - |
| HSV(B) | 296.73º | 0.28% | 0.77% | - |
| XYZ | 42 | 34.85 | 57.34 | - |
| YUV | 163.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 197 | 0.02 | 0.28 | 0 | 0.23 | 296.73 | 0.32 | 0.66 |
| Hex | C2 | 8E | C5 | 2 | 1C | 0 | 17 | 129 | 20 | 42 |
| Octal | 302 | 216 | 305 | 2 | 34 | 0 | 27 | 451 | 40 | 102 |
| Binary | 11000010 | 10001110 | 11000101 | 10 | 11100 | 0 | 10111 | 100101001 | 100000 | 1000010 |
Color Harmonies of #C28EC5
Complementary color
Monochromatic Colors of #C28EC5
Black with #C28EC5
Text Example
Text Example
White with #C28EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EC5; }
p { color: rgb(194,142,197); }
H1.HeaderClassName
{
color: #C28EC5;
}
.AnyTagClassName
{
color: #C28EC5;
}
</style>
background-color css
<style>
a { background-color: #C28EC5; }
a { background-color: rgb(194,142,197); }
div.DivClassName
{
background-color: #C28EC5;
}
.BgClassName
{
background-color: #C28EC5;
}
</style>
border-color css
<style>
span { border-color: #C28EC5; }
span { border-color: rgb(194,142,197); }
td.TdClassName
{
border-color: #C28EC5;
}
.TagClassName
{
border-color: #C28EC5;
}
</style>