Shades of Lilac #C68CCA
Tints of Lilac #C68CCA
RGB
CMYK
RGB Variations
Color information
#C68CCA (or 0xC68CCA) is known color: Lilac. HEX triplet: C6, 8C and CA. RGB value is (198,140,202). Sum of RGB (Red+Green+Blue) = 198+140+202=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #C68CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CCA is #397335. Grayscale: #A4A4A4. Windows color (decimal): -3765046 or 13274310. OLE color: 13274310.
HSL color Cylindrical-coordinate representation of color #C68CCA: hue angle of 296.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68CCA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 140 | 202 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.21 |
| HSL | 296.13º | 0.37% | 0.67% | - |
| HSV(B) | 296.13º | 0.31% | 0.79% | - |
| XYZ | 43.33 | 35.03 | 60.35 | - |
| YUV | 164.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 202 | 0.02 | 0.31 | 0 | 0.21 | 296.13 | 0.37 | 0.67 |
| Hex | C6 | 8C | CA | 2 | 1F | 0 | 15 | 128 | 25 | 43 |
| Octal | 306 | 214 | 312 | 2 | 37 | 0 | 25 | 450 | 45 | 103 |
| Binary | 11000110 | 10001100 | 11001010 | 10 | 11111 | 0 | 10101 | 100101000 | 100101 | 1000011 |
Color Harmonies of #C68CCA
Complementary color
Monochromatic Colors of #C68CCA
Black with #C68CCA
Text Example
Text Example
White with #C68CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CCA; }
p { color: rgb(198,140,202); }
H1.HeaderClassName
{
color: #C68CCA;
}
.AnyTagClassName
{
color: #C68CCA;
}
</style>
background-color css
<style>
a { background-color: #C68CCA; }
a { background-color: rgb(198,140,202); }
div.DivClassName
{
background-color: #C68CCA;
}
.BgClassName
{
background-color: #C68CCA;
}
</style>
border-color css
<style>
span { border-color: #C68CCA; }
span { border-color: rgb(198,140,202); }
td.TdClassName
{
border-color: #C68CCA;
}
.TagClassName
{
border-color: #C68CCA;
}
</style>