Shades of Lilac #C886C7
Tints of Lilac #C886C7
RGB
CMYK
RGB Variations
Color information
#C886C7 (or 0xC886C7) is known color: Lilac. HEX triplet: C8, 86 and C7. RGB value is (200,134,199). Sum of RGB (Red+Green+Blue) = 200+134+199=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C886C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886C7 is #377938. Grayscale: #A0A0A0. Windows color (decimal): -3635513 or 13076168. OLE color: 13076168.
HSL color Cylindrical-coordinate representation of color #C886C7: hue angle of 300.91º 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 #C886C7 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 199 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.22 |
| HSL | 300.91º | 0.38% | 0.65% | - |
| HSV(B) | 300.91º | 0.33% | 0.78% | - |
| XYZ | 42.65 | 33.45 | 58.24 | - |
| YUV | 161.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 199 | 0 | 0.33 | 0.00 | 0.22 | 300.91 | 0.38 | 0.65 |
| Hex | C8 | 86 | C7 | 0 | 21 | 0 | 16 | 12D | 26 | 41 |
| Octal | 310 | 206 | 307 | 0 | 41 | 0 | 26 | 455 | 46 | 101 |
| Binary | 11001000 | 10000110 | 11000111 | 0 | 100001 | 0 | 10110 | 100101101 | 100110 | 1000001 |
Color Harmonies of #C886C7
Complementary color
Monochromatic Colors of #C886C7
Black with #C886C7
Text Example
Text Example
White with #C886C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886C7; }
p { color: rgb(200,134,199); }
H1.HeaderClassName
{
color: #C886C7;
}
.AnyTagClassName
{
color: #C886C7;
}
</style>
background-color css
<style>
a { background-color: #C886C7; }
a { background-color: rgb(200,134,199); }
div.DivClassName
{
background-color: #C886C7;
}
.BgClassName
{
background-color: #C886C7;
}
</style>
border-color css
<style>
span { border-color: #C886C7; }
span { border-color: rgb(200,134,199); }
td.TdClassName
{
border-color: #C886C7;
}
.TagClassName
{
border-color: #C886C7;
}
</style>