Shades of Lilac #C986C2
Tints of Lilac #C986C2
RGB
CMYK
RGB Variations
Color information
#C986C2 (or 0xC986C2) is known color: Lilac. HEX triplet: C9, 86 and C2. RGB value is (201,134,194). Sum of RGB (Red+Green+Blue) = 201+134+194=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C986C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986C2 is #36793D. Grayscale: #A0A0A0. Windows color (decimal): -3569982 or 12748489. OLE color: 12748489.
HSL color Cylindrical-coordinate representation of color #C986C2: hue angle of 306.27º 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 #C986C2 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 194 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.21 |
| HSL | 306.27º | 0.38% | 0.66% | - |
| HSV(B) | 306.27º | 0.33% | 0.79% | - |
| XYZ | 42.35 | 33.36 | 55.25 | - |
| YUV | 160.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 194 | 0 | 0.33 | 0.03 | 0.21 | 306.27 | 0.38 | 0.66 |
| Hex | C9 | 86 | C2 | 0 | 21 | 3 | 15 | 132 | 26 | 42 |
| Octal | 311 | 206 | 302 | 0 | 41 | 3 | 25 | 462 | 46 | 102 |
| Binary | 11001001 | 10000110 | 11000010 | 0 | 100001 | 11 | 10101 | 100110010 | 100110 | 1000010 |
Color Harmonies of #C986C2
Complementary color
Monochromatic Colors of #C986C2
Black with #C986C2
Text Example
Text Example
White with #C986C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C986C2; }
p { color: rgb(201,134,194); }
H1.HeaderClassName
{
color: #C986C2;
}
.AnyTagClassName
{
color: #C986C2;
}
</style>
background-color css
<style>
a { background-color: #C986C2; }
a { background-color: rgb(201,134,194); }
div.DivClassName
{
background-color: #C986C2;
}
.BgClassName
{
background-color: #C986C2;
}
</style>
border-color css
<style>
span { border-color: #C986C2; }
span { border-color: rgb(201,134,194); }
td.TdClassName
{
border-color: #C986C2;
}
.TagClassName
{
border-color: #C986C2;
}
</style>