Shades of Lilac #C68DD0
Tints of Lilac #C68DD0
RGB
CMYK
RGB Variations
Color information
#C68DD0 (or 0xC68DD0) is known color: Lilac. HEX triplet: C6, 8D and D0. RGB value is (198,141,208). Sum of RGB (Red+Green+Blue) = 198+141+208=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #C68DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DD0 is #39722F. Grayscale: #A5A5A5. Windows color (decimal): -3764784 or 13667782. OLE color: 13667782.
HSL color Cylindrical-coordinate representation of color #C68DD0: hue angle of 291.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68DD0 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 141 | 208 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.18 |
| HSL | 291.04º | 0.42% | 0.68% | - |
| HSV(B) | 291.04º | 0.32% | 0.82% | - |
| XYZ | 44.2 | 35.61 | 64.22 | - |
| YUV | 165.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 208 | 0.05 | 0.32 | 0 | 0.18 | 291.04 | 0.42 | 0.68 |
| Hex | C6 | 8D | D0 | 5 | 20 | 0 | 12 | 123 | 2A | 44 |
| Octal | 306 | 215 | 320 | 5 | 40 | 0 | 22 | 443 | 52 | 104 |
| Binary | 11000110 | 10001101 | 11010000 | 101 | 100000 | 0 | 10010 | 100100011 | 101010 | 1000100 |
Color Harmonies of #C68DD0
Complementary color
Monochromatic Colors of #C68DD0
Black with #C68DD0
Text Example
Text Example
White with #C68DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DD0; }
p { color: rgb(198,141,208); }
H1.HeaderClassName
{
color: #C68DD0;
}
.AnyTagClassName
{
color: #C68DD0;
}
</style>
background-color css
<style>
a { background-color: #C68DD0; }
a { background-color: rgb(198,141,208); }
div.DivClassName
{
background-color: #C68DD0;
}
.BgClassName
{
background-color: #C68DD0;
}
</style>
border-color css
<style>
span { border-color: #C68DD0; }
span { border-color: rgb(198,141,208); }
td.TdClassName
{
border-color: #C68DD0;
}
.TagClassName
{
border-color: #C68DD0;
}
</style>