Shades of Lilac #C68FCD
Tints of Lilac #C68FCD
RGB
CMYK
RGB Variations
Color information
#C68FCD (or 0xC68FCD) is known color: Lilac. HEX triplet: C6, 8F and CD. RGB value is (198,143,205). Sum of RGB (Red+Green+Blue) = 198+143+205=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #C68FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FCD is #397032. Grayscale: #A6A6A6. Windows color (decimal): -3764275 or 13471686. OLE color: 13471686.
HSL color Cylindrical-coordinate representation of color #C68FCD: hue angle of 293.23º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68FCD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 143 | 205 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.20 |
| HSL | 293.23º | 0.38% | 0.68% | - |
| HSV(B) | 293.23º | 0.3% | 0.8% | - |
| XYZ | 44.13 | 36.06 | 62.39 | - |
| YUV | 166.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 205 | 0.03 | 0.30 | 0 | 0.20 | 293.23 | 0.38 | 0.68 |
| Hex | C6 | 8F | CD | 3 | 1E | 0 | 14 | 125 | 26 | 44 |
| Octal | 306 | 217 | 315 | 3 | 36 | 0 | 24 | 445 | 46 | 104 |
| Binary | 11000110 | 10001111 | 11001101 | 11 | 11110 | 0 | 10100 | 100100101 | 100110 | 1000100 |
Color Harmonies of #C68FCD
Complementary color
Monochromatic Colors of #C68FCD
Black with #C68FCD
Text Example
Text Example
White with #C68FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FCD; }
p { color: rgb(198,143,205); }
H1.HeaderClassName
{
color: #C68FCD;
}
.AnyTagClassName
{
color: #C68FCD;
}
</style>
background-color css
<style>
a { background-color: #C68FCD; }
a { background-color: rgb(198,143,205); }
div.DivClassName
{
background-color: #C68FCD;
}
.BgClassName
{
background-color: #C68FCD;
}
</style>
border-color css
<style>
span { border-color: #C68FCD; }
span { border-color: rgb(198,143,205); }
td.TdClassName
{
border-color: #C68FCD;
}
.TagClassName
{
border-color: #C68FCD;
}
</style>