Shades of Lilac #C587CA
Tints of Lilac #C587CA
RGB
CMYK
RGB Variations
Color information
#C587CA (or 0xC587CA) is known color: Lilac. HEX triplet: C5, 87 and CA. RGB value is (197,135,202). Sum of RGB (Red+Green+Blue) = 197+135+202=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C587CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C587CA is #3A7835. Grayscale: #A0A0A0. Windows color (decimal): -3831862 or 13273029. OLE color: 13273029.
HSL color Cylindrical-coordinate representation of color #C587CA: hue angle of 295.52º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C587CA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 135 | 202 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.21 |
| HSL | 295.52º | 0.39% | 0.66% | - |
| HSV(B) | 295.52º | 0.33% | 0.79% | - |
| XYZ | 42.35 | 33.46 | 60.1 | - |
| YUV | 161.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 202 | 0.02 | 0.33 | 0 | 0.21 | 295.52 | 0.39 | 0.66 |
| Hex | C5 | 87 | CA | 2 | 21 | 0 | 15 | 128 | 27 | 42 |
| Octal | 305 | 207 | 312 | 2 | 41 | 0 | 25 | 450 | 47 | 102 |
| Binary | 11000101 | 10000111 | 11001010 | 10 | 100001 | 0 | 10101 | 100101000 | 100111 | 1000010 |
Color Harmonies of #C587CA
Complementary color
Monochromatic Colors of #C587CA
Black with #C587CA
Text Example
Text Example
White with #C587CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C587CA; }
p { color: rgb(197,135,202); }
H1.HeaderClassName
{
color: #C587CA;
}
.AnyTagClassName
{
color: #C587CA;
}
</style>
background-color css
<style>
a { background-color: #C587CA; }
a { background-color: rgb(197,135,202); }
div.DivClassName
{
background-color: #C587CA;
}
.BgClassName
{
background-color: #C587CA;
}
</style>
border-color css
<style>
span { border-color: #C587CA; }
span { border-color: rgb(197,135,202); }
td.TdClassName
{
border-color: #C587CA;
}
.TagClassName
{
border-color: #C587CA;
}
</style>