Shades of Lilac #C886C9
Tints of Lilac #C886C9
RGB
CMYK
RGB Variations
Color information
#C886C9 (or 0xC886C9) is known color: Lilac. HEX triplet: C8, 86 and C9. RGB value is (200,134,201). Sum of RGB (Red+Green+Blue) = 200+134+201=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #C886C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886C9 is #377936. Grayscale: #A1A1A1. Windows color (decimal): -3635511 or 13207240. OLE color: 13207240.
HSL color Cylindrical-coordinate representation of color #C886C9: hue angle of 299.1º 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 #C886C9 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 134 | 201 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.21 |
| HSL | 299.1º | 0.38% | 0.66% | - |
| HSV(B) | 299.1º | 0.33% | 0.79% | - |
| XYZ | 42.89 | 33.55 | 59.47 | - |
| YUV | 161.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 201 | 0.00 | 0.33 | 0 | 0.21 | 299.1 | 0.38 | 0.66 |
| Hex | C8 | 86 | C9 | 0 | 21 | 0 | 15 | 12B | 26 | 42 |
| Octal | 310 | 206 | 311 | 0 | 41 | 0 | 25 | 453 | 46 | 102 |
| Binary | 11001000 | 10000110 | 11001001 | 0 | 100001 | 0 | 10101 | 100101011 | 100110 | 1000010 |
Color Harmonies of #C886C9
Complementary color
Monochromatic Colors of #C886C9
Black with #C886C9
Text Example
Text Example
White with #C886C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886C9; }
p { color: rgb(200,134,201); }
H1.HeaderClassName
{
color: #C886C9;
}
.AnyTagClassName
{
color: #C886C9;
}
</style>
background-color css
<style>
a { background-color: #C886C9; }
a { background-color: rgb(200,134,201); }
div.DivClassName
{
background-color: #C886C9;
}
.BgClassName
{
background-color: #C886C9;
}
</style>
border-color css
<style>
span { border-color: #C886C9; }
span { border-color: rgb(200,134,201); }
td.TdClassName
{
border-color: #C886C9;
}
.TagClassName
{
border-color: #C886C9;
}
</style>