Shades of Lilac #C68DC8
Tints of Lilac #C68DC8
RGB
CMYK
RGB Variations
Color information
#C68DC8 (or 0xC68DC8) is known color: Lilac. HEX triplet: C6, 8D and C8. RGB value is (198,141,200). Sum of RGB (Red+Green+Blue) = 198+141+200=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 200 - color contains mainly: blue. Hex color #C68DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DC8 is #397237. Grayscale: #A4A4A4. Windows color (decimal): -3764792 or 13143494. OLE color: 13143494.
HSL color Cylindrical-coordinate representation of color #C68DC8: hue angle of 297.97º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68DC8 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 200 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.22 |
| HSL | 297.97º | 0.35% | 0.67% | - |
| HSV(B) | 297.97º | 0.3% | 0.78% | - |
| XYZ | 43.24 | 35.23 | 59.16 | - |
| YUV | 164.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 200 | 0.01 | 0.29 | 0 | 0.22 | 297.97 | 0.35 | 0.67 |
| Hex | C6 | 8D | C8 | 1 | 1D | 0 | 16 | 12A | 23 | 43 |
| Octal | 306 | 215 | 310 | 1 | 35 | 0 | 26 | 452 | 43 | 103 |
| Binary | 11000110 | 10001101 | 11001000 | 1 | 11101 | 0 | 10110 | 100101010 | 100011 | 1000011 |
Color Harmonies of #C68DC8
Complementary color
Monochromatic Colors of #C68DC8
Black with #C68DC8
Text Example
Text Example
White with #C68DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DC8; }
p { color: rgb(198,141,200); }
H1.HeaderClassName
{
color: #C68DC8;
}
.AnyTagClassName
{
color: #C68DC8;
}
</style>
background-color css
<style>
a { background-color: #C68DC8; }
a { background-color: rgb(198,141,200); }
div.DivClassName
{
background-color: #C68DC8;
}
.BgClassName
{
background-color: #C68DC8;
}
</style>
border-color css
<style>
span { border-color: #C68DC8; }
span { border-color: rgb(198,141,200); }
td.TdClassName
{
border-color: #C68DC8;
}
.TagClassName
{
border-color: #C68DC8;
}
</style>