Shades of Lilac #C592C9
Tints of Lilac #C592C9
RGB
CMYK
RGB Variations
Color information
#C592C9 (or 0xC592C9) is known color: Lilac. HEX triplet: C5, 92 and C9. RGB value is (197,146,201). Sum of RGB (Red+Green+Blue) = 197+146+201=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #C592C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592C9 is #3A6D36. Grayscale: #A7A7A7. Windows color (decimal): -3829047 or 13210309. OLE color: 13210309.
HSL color Cylindrical-coordinate representation of color #C592C9: hue angle of 295.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C592C9 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 146 | 201 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.21 |
| HSL | 295.64º | 0.34% | 0.68% | - |
| HSV(B) | 295.64º | 0.27% | 0.79% | - |
| XYZ | 43.85 | 36.65 | 60.02 | - |
| YUV | 167.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 201 | 0.02 | 0.27 | 0 | 0.21 | 295.64 | 0.34 | 0.68 |
| Hex | C5 | 92 | C9 | 2 | 1B | 0 | 15 | 128 | 22 | 44 |
| Octal | 305 | 222 | 311 | 2 | 33 | 0 | 25 | 450 | 42 | 104 |
| Binary | 11000101 | 10010010 | 11001001 | 10 | 11011 | 0 | 10101 | 100101000 | 100010 | 1000100 |
Color Harmonies of #C592C9
Complementary color
Monochromatic Colors of #C592C9
Black with #C592C9
Text Example
Text Example
White with #C592C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592C9; }
p { color: rgb(197,146,201); }
H1.HeaderClassName
{
color: #C592C9;
}
.AnyTagClassName
{
color: #C592C9;
}
</style>
background-color css
<style>
a { background-color: #C592C9; }
a { background-color: rgb(197,146,201); }
div.DivClassName
{
background-color: #C592C9;
}
.BgClassName
{
background-color: #C592C9;
}
</style>
border-color css
<style>
span { border-color: #C592C9; }
span { border-color: rgb(197,146,201); }
td.TdClassName
{
border-color: #C592C9;
}
.TagClassName
{
border-color: #C592C9;
}
</style>