Shades of Lilac #C586CA
Tints of Lilac #C586CA
RGB
CMYK
RGB Variations
Color information
#C586CA (or 0xC586CA) is known color: Lilac. HEX triplet: C5, 86 and CA. RGB value is (197,134,202). Sum of RGB (Red+Green+Blue) = 197+134+202=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #C586CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586CA is #3A7935. Grayscale: #A0A0A0. Windows color (decimal): -3832118 or 13272773. OLE color: 13272773.
HSL color Cylindrical-coordinate representation of color #C586CA: hue angle of 295.59º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C586CA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 134 | 202 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.21 |
| HSL | 295.59º | 0.39% | 0.66% | - |
| HSV(B) | 295.59º | 0.34% | 0.79% | - |
| XYZ | 42.21 | 33.18 | 60.06 | - |
| YUV | 160.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 202 | 0.02 | 0.34 | 0 | 0.21 | 295.59 | 0.39 | 0.66 |
| Hex | C5 | 86 | CA | 2 | 22 | 0 | 15 | 128 | 27 | 42 |
| Octal | 305 | 206 | 312 | 2 | 42 | 0 | 25 | 450 | 47 | 102 |
| Binary | 11000101 | 10000110 | 11001010 | 10 | 100010 | 0 | 10101 | 100101000 | 100111 | 1000010 |
Color Harmonies of #C586CA
Complementary color
Monochromatic Colors of #C586CA
Black with #C586CA
Text Example
Text Example
White with #C586CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586CA; }
p { color: rgb(197,134,202); }
H1.HeaderClassName
{
color: #C586CA;
}
.AnyTagClassName
{
color: #C586CA;
}
</style>
background-color css
<style>
a { background-color: #C586CA; }
a { background-color: rgb(197,134,202); }
div.DivClassName
{
background-color: #C586CA;
}
.BgClassName
{
background-color: #C586CA;
}
</style>
border-color css
<style>
span { border-color: #C586CA; }
span { border-color: rgb(197,134,202); }
td.TdClassName
{
border-color: #C586CA;
}
.TagClassName
{
border-color: #C586CA;
}
</style>