Shades of Lilac #C68DC9
Tints of Lilac #C68DC9
RGB
CMYK
RGB Variations
Color information
#C68DC9 (or 0xC68DC9) is known color: Lilac. HEX triplet: C6, 8D and C9. RGB value is (198,141,201). Sum of RGB (Red+Green+Blue) = 198+141+201=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #C68DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DC9 is #397236. Grayscale: #A4A4A4. Windows color (decimal): -3764791 or 13209030. OLE color: 13209030.
HSL color Cylindrical-coordinate representation of color #C68DC9: hue angle of 297º degrees, saturation: 0.36, 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 #C68DC9 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 141 | 201 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.21 |
| HSL | 297º | 0.36% | 0.67% | - |
| HSV(B) | 297º | 0.3% | 0.79% | - |
| XYZ | 43.36 | 35.27 | 59.78 | - |
| YUV | 164.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 201 | 0.01 | 0.30 | 0 | 0.21 | 297 | 0.36 | 0.67 |
| Hex | C6 | 8D | C9 | 1 | 1E | 0 | 15 | 129 | 24 | 43 |
| Octal | 306 | 215 | 311 | 1 | 36 | 0 | 25 | 451 | 44 | 103 |
| Binary | 11000110 | 10001101 | 11001001 | 1 | 11110 | 0 | 10101 | 100101001 | 100100 | 1000011 |
Color Harmonies of #C68DC9
Complementary color
Monochromatic Colors of #C68DC9
Black with #C68DC9
Text Example
Text Example
White with #C68DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DC9; }
p { color: rgb(198,141,201); }
H1.HeaderClassName
{
color: #C68DC9;
}
.AnyTagClassName
{
color: #C68DC9;
}
</style>
background-color css
<style>
a { background-color: #C68DC9; }
a { background-color: rgb(198,141,201); }
div.DivClassName
{
background-color: #C68DC9;
}
.BgClassName
{
background-color: #C68DC9;
}
</style>
border-color css
<style>
span { border-color: #C68DC9; }
span { border-color: rgb(198,141,201); }
td.TdClassName
{
border-color: #C68DC9;
}
.TagClassName
{
border-color: #C68DC9;
}
</style>