Shades of Lilac #C68CD0
Tints of Lilac #C68CD0
RGB
CMYK
RGB Variations
Color information
#C68CD0 (or 0xC68CD0) is known color: Lilac. HEX triplet: C6, 8C and D0. RGB value is (198,140,208). Sum of RGB (Red+Green+Blue) = 198+140+208=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #C68CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CD0 is #39732F. Grayscale: #A4A4A4. Windows color (decimal): -3765040 or 13667526. OLE color: 13667526.
HSL color Cylindrical-coordinate representation of color #C68CD0: hue angle of 291.18º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68CD0 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 140 | 208 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.18 |
| HSL | 291.18º | 0.42% | 0.68% | - |
| HSV(B) | 291.18º | 0.33% | 0.82% | - |
| XYZ | 44.05 | 35.32 | 64.17 | - |
| YUV | 165.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 208 | 0.05 | 0.33 | 0 | 0.18 | 291.18 | 0.42 | 0.68 |
| Hex | C6 | 8C | D0 | 5 | 21 | 0 | 12 | 123 | 2A | 44 |
| Octal | 306 | 214 | 320 | 5 | 41 | 0 | 22 | 443 | 52 | 104 |
| Binary | 11000110 | 10001100 | 11010000 | 101 | 100001 | 0 | 10010 | 100100011 | 101010 | 1000100 |
Color Harmonies of #C68CD0
Complementary color
Monochromatic Colors of #C68CD0
Black with #C68CD0
Text Example
Text Example
White with #C68CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CD0; }
p { color: rgb(198,140,208); }
H1.HeaderClassName
{
color: #C68CD0;
}
.AnyTagClassName
{
color: #C68CD0;
}
</style>
background-color css
<style>
a { background-color: #C68CD0; }
a { background-color: rgb(198,140,208); }
div.DivClassName
{
background-color: #C68CD0;
}
.BgClassName
{
background-color: #C68CD0;
}
</style>
border-color css
<style>
span { border-color: #C68CD0; }
span { border-color: rgb(198,140,208); }
td.TdClassName
{
border-color: #C68CD0;
}
.TagClassName
{
border-color: #C68CD0;
}
</style>