Shades of Lilac #C586C1
Tints of Lilac #C586C1
RGB
CMYK
RGB Variations
Color information
#C586C1 (or 0xC586C1) is known color: Lilac. HEX triplet: C5, 86 and C1. RGB value is (197,134,193). Sum of RGB (Red+Green+Blue) = 197+134+193=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C586C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586C1 is #3A793E. Grayscale: #9F9F9F. Windows color (decimal): -3832127 or 12682949. OLE color: 12682949.
HSL color Cylindrical-coordinate representation of color #C586C1: hue angle of 303.81º 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 #C586C1 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 193 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.23 |
| HSL | 303.81º | 0.35% | 0.65% | - |
| HSV(B) | 303.81º | 0.32% | 0.77% | - |
| XYZ | 41.18 | 32.77 | 54.61 | - |
| YUV | 159.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 193 | 0 | 0.32 | 0.02 | 0.23 | 303.81 | 0.35 | 0.65 |
| Hex | C5 | 86 | C1 | 0 | 20 | 2 | 17 | 130 | 23 | 41 |
| Octal | 305 | 206 | 301 | 0 | 40 | 2 | 27 | 460 | 43 | 101 |
| Binary | 11000101 | 10000110 | 11000001 | 0 | 100000 | 10 | 10111 | 100110000 | 100011 | 1000001 |
Color Harmonies of #C586C1
Complementary color
Monochromatic Colors of #C586C1
Black with #C586C1
Text Example
Text Example
White with #C586C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586C1; }
p { color: rgb(197,134,193); }
H1.HeaderClassName
{
color: #C586C1;
}
.AnyTagClassName
{
color: #C586C1;
}
</style>
background-color css
<style>
a { background-color: #C586C1; }
a { background-color: rgb(197,134,193); }
div.DivClassName
{
background-color: #C586C1;
}
.BgClassName
{
background-color: #C586C1;
}
</style>
border-color css
<style>
span { border-color: #C586C1; }
span { border-color: rgb(197,134,193); }
td.TdClassName
{
border-color: #C586C1;
}
.TagClassName
{
border-color: #C586C1;
}
</style>