Shades of Lilac #C68ED0
Tints of Lilac #C68ED0
RGB
CMYK
RGB Variations
Color information
#C68ED0 (or 0xC68ED0) is known color: Lilac. HEX triplet: C6, 8E and D0. RGB value is (198,142,208). Sum of RGB (Red+Green+Blue) = 198+142+208=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C68ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ED0 is #39712F. Grayscale: #A6A6A6. Windows color (decimal): -3764528 or 13668038. OLE color: 13668038.
HSL color Cylindrical-coordinate representation of color #C68ED0: hue angle of 290.91º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68ED0 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 142 | 208 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.18 |
| HSL | 290.91º | 0.41% | 0.69% | - |
| HSV(B) | 290.91º | 0.32% | 0.82% | - |
| XYZ | 44.35 | 35.91 | 64.27 | - |
| YUV | 166.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 208 | 0.05 | 0.32 | 0 | 0.18 | 290.91 | 0.41 | 0.69 |
| Hex | C6 | 8E | D0 | 5 | 20 | 0 | 12 | 123 | 29 | 45 |
| Octal | 306 | 216 | 320 | 5 | 40 | 0 | 22 | 443 | 51 | 105 |
| Binary | 11000110 | 10001110 | 11010000 | 101 | 100000 | 0 | 10010 | 100100011 | 101001 | 1000101 |
Color Harmonies of #C68ED0
Complementary color
Monochromatic Colors of #C68ED0
Black with #C68ED0
Text Example
Text Example
White with #C68ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ED0; }
p { color: rgb(198,142,208); }
H1.HeaderClassName
{
color: #C68ED0;
}
.AnyTagClassName
{
color: #C68ED0;
}
</style>
background-color css
<style>
a { background-color: #C68ED0; }
a { background-color: rgb(198,142,208); }
div.DivClassName
{
background-color: #C68ED0;
}
.BgClassName
{
background-color: #C68ED0;
}
</style>
border-color css
<style>
span { border-color: #C68ED0; }
span { border-color: rgb(198,142,208); }
td.TdClassName
{
border-color: #C68ED0;
}
.TagClassName
{
border-color: #C68ED0;
}
</style>