Shades of Lilac #C68ECC
Tints of Lilac #C68ECC
RGB
CMYK
RGB Variations
Color information
#C68ECC (or 0xC68ECC) is known color: Lilac. HEX triplet: C6, 8E and CC. RGB value is (198,142,204). Sum of RGB (Red+Green+Blue) = 198+142+204=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C68ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ECC is #397133. Grayscale: #A5A5A5. Windows color (decimal): -3764532 or 13405894. OLE color: 13405894.
HSL color Cylindrical-coordinate representation of color #C68ECC: hue angle of 294.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68ECC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 142 | 204 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.2 |
| HSL | 294.19º | 0.38% | 0.68% | - |
| HSV(B) | 294.19º | 0.3% | 0.8% | - |
| XYZ | 43.86 | 35.71 | 61.71 | - |
| YUV | 165.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 204 | 0.03 | 0.30 | 0 | 0.2 | 294.19 | 0.38 | 0.68 |
| Hex | C6 | 8E | CC | 3 | 1E | 0 | 14 | 126 | 26 | 44 |
| Octal | 306 | 216 | 314 | 3 | 36 | 0 | 24 | 446 | 46 | 104 |
| Binary | 11000110 | 10001110 | 11001100 | 11 | 11110 | 0 | 10100 | 100100110 | 100110 | 1000100 |
Color Harmonies of #C68ECC
Complementary color
Monochromatic Colors of #C68ECC
Black with #C68ECC
Text Example
Text Example
White with #C68ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ECC; }
p { color: rgb(198,142,204); }
H1.HeaderClassName
{
color: #C68ECC;
}
.AnyTagClassName
{
color: #C68ECC;
}
</style>
background-color css
<style>
a { background-color: #C68ECC; }
a { background-color: rgb(198,142,204); }
div.DivClassName
{
background-color: #C68ECC;
}
.BgClassName
{
background-color: #C68ECC;
}
</style>
border-color css
<style>
span { border-color: #C68ECC; }
span { border-color: rgb(198,142,204); }
td.TdClassName
{
border-color: #C68ECC;
}
.TagClassName
{
border-color: #C68ECC;
}
</style>