Shades of Lilac #C08EC6
Tints of Lilac #C08EC6
RGB
CMYK
RGB Variations
Color information
#C08EC6 (or 0xC08EC6) is known color: Lilac. HEX triplet: C0, 8E and C6. RGB value is (192,142,198). Sum of RGB (Red+Green+Blue) = 192+142+198=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #C08EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EC6 is #3F7139. Grayscale: #A3A3A3. Windows color (decimal): -4157754 or 13012672. OLE color: 13012672.
HSL color Cylindrical-coordinate representation of color #C08EC6: hue angle of 293.57º 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 #C08EC6 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 142 | 198 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.22 |
| HSL | 293.57º | 0.33% | 0.67% | - |
| HSV(B) | 293.57º | 0.28% | 0.78% | - |
| XYZ | 41.6 | 34.63 | 57.92 | - |
| YUV | 163.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 198 | 0.03 | 0.28 | 0 | 0.22 | 293.57 | 0.33 | 0.67 |
| Hex | C0 | 8E | C6 | 3 | 1C | 0 | 16 | 126 | 21 | 43 |
| Octal | 300 | 216 | 306 | 3 | 34 | 0 | 26 | 446 | 41 | 103 |
| Binary | 11000000 | 10001110 | 11000110 | 11 | 11100 | 0 | 10110 | 100100110 | 100001 | 1000011 |
Color Harmonies of #C08EC6
Complementary color
Monochromatic Colors of #C08EC6
Black with #C08EC6
Text Example
Text Example
White with #C08EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EC6; }
p { color: rgb(192,142,198); }
H1.HeaderClassName
{
color: #C08EC6;
}
.AnyTagClassName
{
color: #C08EC6;
}
</style>
background-color css
<style>
a { background-color: #C08EC6; }
a { background-color: rgb(192,142,198); }
div.DivClassName
{
background-color: #C08EC6;
}
.BgClassName
{
background-color: #C08EC6;
}
</style>
border-color css
<style>
span { border-color: #C08EC6; }
span { border-color: rgb(192,142,198); }
td.TdClassName
{
border-color: #C08EC6;
}
.TagClassName
{
border-color: #C08EC6;
}
</style>