Shades of Lilac #C487CA
Tints of Lilac #C487CA
RGB
CMYK
RGB Variations
Color information
#C487CA (or 0xC487CA) is known color: Lilac. HEX triplet: C4, 87 and CA. RGB value is (196,135,202). Sum of RGB (Red+Green+Blue) = 196+135+202=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 135 (53.12% from 255 or 25.33% 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 #C487CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487CA is #3B7835. Grayscale: #A0A0A0. Windows color (decimal): -3897398 or 13273028. OLE color: 13273028.
HSL color Cylindrical-coordinate representation of color #C487CA: hue angle of 294.63º 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 #C487CA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 135 | 202 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.21 |
| HSL | 294.63º | 0.39% | 0.66% | - |
| HSV(B) | 294.63º | 0.33% | 0.79% | - |
| XYZ | 42.09 | 33.33 | 60.09 | - |
| YUV | 160.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 202 | 0.03 | 0.33 | 0 | 0.21 | 294.63 | 0.39 | 0.66 |
| Hex | C4 | 87 | CA | 3 | 21 | 0 | 15 | 127 | 27 | 42 |
| Octal | 304 | 207 | 312 | 3 | 41 | 0 | 25 | 447 | 47 | 102 |
| Binary | 11000100 | 10000111 | 11001010 | 11 | 100001 | 0 | 10101 | 100100111 | 100111 | 1000010 |
Color Harmonies of #C487CA
Complementary color
Monochromatic Colors of #C487CA
Black with #C487CA
Text Example
Text Example
White with #C487CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487CA; }
p { color: rgb(196,135,202); }
H1.HeaderClassName
{
color: #C487CA;
}
.AnyTagClassName
{
color: #C487CA;
}
</style>
background-color css
<style>
a { background-color: #C487CA; }
a { background-color: rgb(196,135,202); }
div.DivClassName
{
background-color: #C487CA;
}
.BgClassName
{
background-color: #C487CA;
}
</style>
border-color css
<style>
span { border-color: #C487CA; }
span { border-color: rgb(196,135,202); }
td.TdClassName
{
border-color: #C487CA;
}
.TagClassName
{
border-color: #C487CA;
}
</style>