Shades of Lilac #C28EC6
Tints of Lilac #C28EC6
RGB
CMYK
RGB Variations
Color information
#C28EC6 (or 0xC28EC6) is known color: Lilac. HEX triplet: C2, 8E and C6. RGB value is (194,142,198). Sum of RGB (Red+Green+Blue) = 194+142+198=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #C28EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EC6 is #3D7139. Grayscale: #A3A3A3. Windows color (decimal): -4026682 or 13012674. OLE color: 13012674.
HSL color Cylindrical-coordinate representation of color #C28EC6: hue angle of 295.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28EC6 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 142 | 198 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.22 |
| HSL | 295.71º | 0.33% | 0.67% | - |
| HSV(B) | 295.71º | 0.28% | 0.78% | - |
| XYZ | 42.11 | 34.89 | 57.94 | - |
| YUV | 163.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 198 | 0.02 | 0.28 | 0 | 0.22 | 295.71 | 0.33 | 0.67 |
| Hex | C2 | 8E | C6 | 2 | 1C | 0 | 16 | 128 | 21 | 43 |
| Octal | 302 | 216 | 306 | 2 | 34 | 0 | 26 | 450 | 41 | 103 |
| Binary | 11000010 | 10001110 | 11000110 | 10 | 11100 | 0 | 10110 | 100101000 | 100001 | 1000011 |
Color Harmonies of #C28EC6
Complementary color
Monochromatic Colors of #C28EC6
Black with #C28EC6
Text Example
Text Example
White with #C28EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EC6; }
p { color: rgb(194,142,198); }
H1.HeaderClassName
{
color: #C28EC6;
}
.AnyTagClassName
{
color: #C28EC6;
}
</style>
background-color css
<style>
a { background-color: #C28EC6; }
a { background-color: rgb(194,142,198); }
div.DivClassName
{
background-color: #C28EC6;
}
.BgClassName
{
background-color: #C28EC6;
}
</style>
border-color css
<style>
span { border-color: #C28EC6; }
span { border-color: rgb(194,142,198); }
td.TdClassName
{
border-color: #C28EC6;
}
.TagClassName
{
border-color: #C28EC6;
}
</style>