Shades of Lilac #C986C7
Tints of Lilac #C986C7
RGB
CMYK
RGB Variations
Color information
#C986C7 (or 0xC986C7) is known color: Lilac. HEX triplet: C9, 86 and C7. RGB value is (201,134,199). Sum of RGB (Red+Green+Blue) = 201+134+199=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C986C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986C7 is #367938. Grayscale: #A1A1A1. Windows color (decimal): -3569977 or 13076169. OLE color: 13076169.
HSL color Cylindrical-coordinate representation of color #C986C7: hue angle of 301.79º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C986C7 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 199 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.21 |
| HSL | 301.79º | 0.38% | 0.66% | - |
| HSV(B) | 301.79º | 0.33% | 0.79% | - |
| XYZ | 42.92 | 33.59 | 58.25 | - |
| YUV | 161.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 199 | 0 | 0.33 | 0.01 | 0.21 | 301.79 | 0.38 | 0.66 |
| Hex | C9 | 86 | C7 | 0 | 21 | 1 | 15 | 12E | 26 | 42 |
| Octal | 311 | 206 | 307 | 0 | 41 | 1 | 25 | 456 | 46 | 102 |
| Binary | 11001001 | 10000110 | 11000111 | 0 | 100001 | 1 | 10101 | 100101110 | 100110 | 1000010 |
Color Harmonies of #C986C7
Complementary color
Monochromatic Colors of #C986C7
Black with #C986C7
Text Example
Text Example
White with #C986C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986C7; }
p { color: rgb(201,134,199); }
H1.HeaderClassName
{
color: #C986C7;
}
.AnyTagClassName
{
color: #C986C7;
}
</style>
background-color css
<style>
a { background-color: #C986C7; }
a { background-color: rgb(201,134,199); }
div.DivClassName
{
background-color: #C986C7;
}
.BgClassName
{
background-color: #C986C7;
}
</style>
border-color css
<style>
span { border-color: #C986C7; }
span { border-color: rgb(201,134,199); }
td.TdClassName
{
border-color: #C986C7;
}
.TagClassName
{
border-color: #C986C7;
}
</style>