Shades of Lilac #C686CF
Tints of Lilac #C686CF
RGB
CMYK
RGB Variations
Color information
#C686CF (or 0xC686CF) is known color: Lilac. HEX triplet: C6, 86 and CF. RGB value is (198,134,207). Sum of RGB (Red+Green+Blue) = 198+134+207=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C686CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686CF is #397930. Grayscale: #A1A1A1. Windows color (decimal): -3766577 or 13600454. OLE color: 13600454.
HSL color Cylindrical-coordinate representation of color #C686CF: hue angle of 292.6º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C686CF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 134 | 207 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.19 |
| HSL | 292.6º | 0.43% | 0.67% | - |
| HSV(B) | 292.6º | 0.35% | 0.81% | - |
| XYZ | 43.08 | 33.56 | 63.24 | - |
| YUV | 161.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 207 | 0.04 | 0.35 | 0 | 0.19 | 292.6 | 0.43 | 0.67 |
| Hex | C6 | 86 | CF | 4 | 23 | 0 | 13 | 125 | 2B | 43 |
| Octal | 306 | 206 | 317 | 4 | 43 | 0 | 23 | 445 | 53 | 103 |
| Binary | 11000110 | 10000110 | 11001111 | 100 | 100011 | 0 | 10011 | 100100101 | 101011 | 1000011 |
Color Harmonies of #C686CF
Complementary color
Monochromatic Colors of #C686CF
Black with #C686CF
Text Example
Text Example
White with #C686CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686CF; }
p { color: rgb(198,134,207); }
H1.HeaderClassName
{
color: #C686CF;
}
.AnyTagClassName
{
color: #C686CF;
}
</style>
background-color css
<style>
a { background-color: #C686CF; }
a { background-color: rgb(198,134,207); }
div.DivClassName
{
background-color: #C686CF;
}
.BgClassName
{
background-color: #C686CF;
}
</style>
border-color css
<style>
span { border-color: #C686CF; }
span { border-color: rgb(198,134,207); }
td.TdClassName
{
border-color: #C686CF;
}
.TagClassName
{
border-color: #C686CF;
}
</style>