Shades of Lilac #C586C2
Tints of Lilac #C586C2
RGB
CMYK
RGB Variations
Color information
#C586C2 (or 0xC586C2) is known color: Lilac. HEX triplet: C5, 86 and C2. RGB value is (197,134,194). Sum of RGB (Red+Green+Blue) = 197+134+194=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C586C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586C2 is #3A793D. Grayscale: #9F9F9F. Windows color (decimal): -3832126 or 12748485. OLE color: 12748485.
HSL color Cylindrical-coordinate representation of color #C586C2: hue angle of 302.86º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C586C2 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 194 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.23 |
| HSL | 302.86º | 0.35% | 0.65% | - |
| HSV(B) | 302.86º | 0.32% | 0.77% | - |
| XYZ | 41.29 | 32.82 | 55.2 | - |
| YUV | 159.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 194 | 0 | 0.32 | 0.02 | 0.23 | 302.86 | 0.35 | 0.65 |
| Hex | C5 | 86 | C2 | 0 | 20 | 2 | 17 | 12F | 23 | 41 |
| Octal | 305 | 206 | 302 | 0 | 40 | 2 | 27 | 457 | 43 | 101 |
| Binary | 11000101 | 10000110 | 11000010 | 0 | 100000 | 10 | 10111 | 100101111 | 100011 | 1000001 |
Color Harmonies of #C586C2
Complementary color
Monochromatic Colors of #C586C2
Black with #C586C2
Text Example
Text Example
White with #C586C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586C2; }
p { color: rgb(197,134,194); }
H1.HeaderClassName
{
color: #C586C2;
}
.AnyTagClassName
{
color: #C586C2;
}
</style>
background-color css
<style>
a { background-color: #C586C2; }
a { background-color: rgb(197,134,194); }
div.DivClassName
{
background-color: #C586C2;
}
.BgClassName
{
background-color: #C586C2;
}
</style>
border-color css
<style>
span { border-color: #C586C2; }
span { border-color: rgb(197,134,194); }
td.TdClassName
{
border-color: #C586C2;
}
.TagClassName
{
border-color: #C586C2;
}
</style>