Shades of Lilac #C686BF
Tints of Lilac #C686BF
RGB
CMYK
RGB Variations
Color information
#C686BF (or 0xC686BF) is known color: Lilac. HEX triplet: C6, 86 and BF. RGB value is (198,134,191). Sum of RGB (Red+Green+Blue) = 198+134+191=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C686BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686BF is #397940. Grayscale: #9F9F9F. Windows color (decimal): -3766593 or 12551878. OLE color: 12551878.
HSL color Cylindrical-coordinate representation of color #C686BF: hue angle of 306.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C686BF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 191 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.22 |
| HSL | 306.56º | 0.36% | 0.65% | - |
| HSV(B) | 306.56º | 0.32% | 0.78% | - |
| XYZ | 41.22 | 32.82 | 53.45 | - |
| YUV | 159.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 191 | 0 | 0.32 | 0.04 | 0.22 | 306.56 | 0.36 | 0.65 |
| Hex | C6 | 86 | BF | 0 | 20 | 4 | 16 | 133 | 24 | 41 |
| Octal | 306 | 206 | 277 | 0 | 40 | 4 | 26 | 463 | 44 | 101 |
| Binary | 11000110 | 10000110 | 10111111 | 0 | 100000 | 100 | 10110 | 100110011 | 100100 | 1000001 |
Color Harmonies of #C686BF
Complementary color
Monochromatic Colors of #C686BF
Black with #C686BF
Text Example
Text Example
White with #C686BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C686BF; }
p { color: rgb(198,134,191); }
H1.HeaderClassName
{
color: #C686BF;
}
.AnyTagClassName
{
color: #C686BF;
}
</style>
background-color css
<style>
a { background-color: #C686BF; }
a { background-color: rgb(198,134,191); }
div.DivClassName
{
background-color: #C686BF;
}
.BgClassName
{
background-color: #C686BF;
}
</style>
border-color css
<style>
span { border-color: #C686BF; }
span { border-color: rgb(198,134,191); }
td.TdClassName
{
border-color: #C686BF;
}
.TagClassName
{
border-color: #C686BF;
}
</style>