Shades of Lilac #C68DCA
Tints of Lilac #C68DCA
RGB
CMYK
RGB Variations
Color information
#C68DCA (or 0xC68DCA) is known color: Lilac. HEX triplet: C6, 8D and CA. RGB value is (198,141,202). Sum of RGB (Red+Green+Blue) = 198+141+202=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C68DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DCA is #397235. Grayscale: #A4A4A4. Windows color (decimal): -3764790 or 13274566. OLE color: 13274566.
HSL color Cylindrical-coordinate representation of color #C68DCA: hue angle of 296.07º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68DCA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 141 | 202 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.21 |
| HSL | 296.07º | 0.37% | 0.67% | - |
| HSV(B) | 296.07º | 0.3% | 0.79% | - |
| XYZ | 43.47 | 35.32 | 60.4 | - |
| YUV | 165 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 202 | 0.02 | 0.30 | 0 | 0.21 | 296.07 | 0.37 | 0.67 |
| Hex | C6 | 8D | CA | 2 | 1E | 0 | 15 | 128 | 25 | 43 |
| Octal | 306 | 215 | 312 | 2 | 36 | 0 | 25 | 450 | 45 | 103 |
| Binary | 11000110 | 10001101 | 11001010 | 10 | 11110 | 0 | 10101 | 100101000 | 100101 | 1000011 |
Color Harmonies of #C68DCA
Complementary color
Monochromatic Colors of #C68DCA
Black with #C68DCA
Text Example
Text Example
White with #C68DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DCA; }
p { color: rgb(198,141,202); }
H1.HeaderClassName
{
color: #C68DCA;
}
.AnyTagClassName
{
color: #C68DCA;
}
</style>
background-color css
<style>
a { background-color: #C68DCA; }
a { background-color: rgb(198,141,202); }
div.DivClassName
{
background-color: #C68DCA;
}
.BgClassName
{
background-color: #C68DCA;
}
</style>
border-color css
<style>
span { border-color: #C68DCA; }
span { border-color: rgb(198,141,202); }
td.TdClassName
{
border-color: #C68DCA;
}
.TagClassName
{
border-color: #C68DCA;
}
</style>