Shades of Lilac #C592CA
Tints of Lilac #C592CA
RGB
CMYK
RGB Variations
Color information
#C592CA (or 0xC592CA) is known color: Lilac. HEX triplet: C5, 92 and CA. RGB value is (197,146,202). Sum of RGB (Red+Green+Blue) = 197+146+202=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C592CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592CA is #3A6D35. Grayscale: #A7A7A7. Windows color (decimal): -3829046 or 13275845. OLE color: 13275845.
HSL color Cylindrical-coordinate representation of color #C592CA: hue angle of 294.64º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C592CA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 146 | 202 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.21 |
| HSL | 294.64º | 0.35% | 0.68% | - |
| HSV(B) | 294.64º | 0.28% | 0.79% | - |
| XYZ | 43.97 | 36.69 | 60.64 | - |
| YUV | 167.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 202 | 0.02 | 0.28 | 0 | 0.21 | 294.64 | 0.35 | 0.68 |
| Hex | C5 | 92 | CA | 2 | 1C | 0 | 15 | 127 | 23 | 44 |
| Octal | 305 | 222 | 312 | 2 | 34 | 0 | 25 | 447 | 43 | 104 |
| Binary | 11000101 | 10010010 | 11001010 | 10 | 11100 | 0 | 10101 | 100100111 | 100011 | 1000100 |
Color Harmonies of #C592CA
Complementary color
Monochromatic Colors of #C592CA
Black with #C592CA
Text Example
Text Example
White with #C592CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592CA; }
p { color: rgb(197,146,202); }
H1.HeaderClassName
{
color: #C592CA;
}
.AnyTagClassName
{
color: #C592CA;
}
</style>
background-color css
<style>
a { background-color: #C592CA; }
a { background-color: rgb(197,146,202); }
div.DivClassName
{
background-color: #C592CA;
}
.BgClassName
{
background-color: #C592CA;
}
</style>
border-color css
<style>
span { border-color: #C592CA; }
span { border-color: rgb(197,146,202); }
td.TdClassName
{
border-color: #C592CA;
}
.TagClassName
{
border-color: #C592CA;
}
</style>