Shades of Lilac #C886C0
Tints of Lilac #C886C0
RGB
CMYK
RGB Variations
Color information
#C886C0 (or 0xC886C0) is known color: Lilac. HEX triplet: C8, 86 and C0. RGB value is (200,134,192). Sum of RGB (Red+Green+Blue) = 200+134+192=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C886C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886C0 is #37793F. Grayscale: #A0A0A0. Windows color (decimal): -3635520 or 12617416. OLE color: 12617416.
HSL color Cylindrical-coordinate representation of color #C886C0: hue angle of 307.27º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C886C0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 192 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.22 |
| HSL | 307.27º | 0.38% | 0.65% | - |
| HSV(B) | 307.27º | 0.33% | 0.78% | - |
| XYZ | 41.86 | 33.14 | 54.06 | - |
| YUV | 160.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 192 | 0 | 0.33 | 0.04 | 0.22 | 307.27 | 0.38 | 0.65 |
| Hex | C8 | 86 | C0 | 0 | 21 | 4 | 16 | 133 | 26 | 41 |
| Octal | 310 | 206 | 300 | 0 | 41 | 4 | 26 | 463 | 46 | 101 |
| Binary | 11001000 | 10000110 | 11000000 | 0 | 100001 | 100 | 10110 | 100110011 | 100110 | 1000001 |
Color Harmonies of #C886C0
Complementary color
Monochromatic Colors of #C886C0
Black with #C886C0
Text Example
Text Example
White with #C886C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886C0; }
p { color: rgb(200,134,192); }
H1.HeaderClassName
{
color: #C886C0;
}
.AnyTagClassName
{
color: #C886C0;
}
</style>
background-color css
<style>
a { background-color: #C886C0; }
a { background-color: rgb(200,134,192); }
div.DivClassName
{
background-color: #C886C0;
}
.BgClassName
{
background-color: #C886C0;
}
</style>
border-color css
<style>
span { border-color: #C886C0; }
span { border-color: rgb(200,134,192); }
td.TdClassName
{
border-color: #C886C0;
}
.TagClassName
{
border-color: #C886C0;
}
</style>