Shades of Lilac #C68CCE
Tints of Lilac #C68CCE
RGB
CMYK
RGB Variations
Color information
#C68CCE (or 0xC68CCE) is known color: Lilac. HEX triplet: C6, 8C and CE. RGB value is (198,140,206). Sum of RGB (Red+Green+Blue) = 198+140+206=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #C68CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CCE is #397331. Grayscale: #A4A4A4. Windows color (decimal): -3765042 or 13536454. OLE color: 13536454.
HSL color Cylindrical-coordinate representation of color #C68CCE: hue angle of 292.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68CCE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 140 | 206 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.19 |
| HSL | 292.73º | 0.4% | 0.68% | - |
| HSV(B) | 292.73º | 0.32% | 0.81% | - |
| XYZ | 43.81 | 35.22 | 62.88 | - |
| YUV | 164.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 206 | 0.04 | 0.32 | 0 | 0.19 | 292.73 | 0.4 | 0.68 |
| Hex | C6 | 8C | CE | 4 | 20 | 0 | 13 | 125 | 28 | 44 |
| Octal | 306 | 214 | 316 | 4 | 40 | 0 | 23 | 445 | 50 | 104 |
| Binary | 11000110 | 10001100 | 11001110 | 100 | 100000 | 0 | 10011 | 100100101 | 101000 | 1000100 |
Color Harmonies of #C68CCE
Complementary color
Monochromatic Colors of #C68CCE
Black with #C68CCE
Text Example
Text Example
White with #C68CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CCE; }
p { color: rgb(198,140,206); }
H1.HeaderClassName
{
color: #C68CCE;
}
.AnyTagClassName
{
color: #C68CCE;
}
</style>
background-color css
<style>
a { background-color: #C68CCE; }
a { background-color: rgb(198,140,206); }
div.DivClassName
{
background-color: #C68CCE;
}
.BgClassName
{
background-color: #C68CCE;
}
</style>
border-color css
<style>
span { border-color: #C68CCE; }
span { border-color: rgb(198,140,206); }
td.TdClassName
{
border-color: #C68CCE;
}
.TagClassName
{
border-color: #C68CCE;
}
</style>