Shades of Lilac #C592C1
Tints of Lilac #C592C1
RGB
CMYK
RGB Variations
Color information
#C592C1 (or 0xC592C1) is known color: Lilac. HEX triplet: C5, 92 and C1. RGB value is (197,146,193). Sum of RGB (Red+Green+Blue) = 197+146+193=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C592C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592C1 is #3A6D3E. Grayscale: #A6A6A6. Windows color (decimal): -3829055 or 12686021. OLE color: 12686021.
HSL color Cylindrical-coordinate representation of color #C592C1: hue angle of 304.71º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C592C1 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 193 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.23 |
| HSL | 304.71º | 0.31% | 0.67% | - |
| HSV(B) | 304.71º | 0.26% | 0.77% | - |
| XYZ | 42.93 | 36.28 | 55.19 | - |
| YUV | 166.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 193 | 0 | 0.26 | 0.02 | 0.23 | 304.71 | 0.31 | 0.67 |
| Hex | C5 | 92 | C1 | 0 | 1A | 2 | 17 | 131 | 1F | 43 |
| Octal | 305 | 222 | 301 | 0 | 32 | 2 | 27 | 461 | 37 | 103 |
| Binary | 11000101 | 10010010 | 11000001 | 0 | 11010 | 10 | 10111 | 100110001 | 11111 | 1000011 |
Color Harmonies of #C592C1
Complementary color
Monochromatic Colors of #C592C1
Black with #C592C1
Text Example
Text Example
White with #C592C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592C1; }
p { color: rgb(197,146,193); }
H1.HeaderClassName
{
color: #C592C1;
}
.AnyTagClassName
{
color: #C592C1;
}
</style>
background-color css
<style>
a { background-color: #C592C1; }
a { background-color: rgb(197,146,193); }
div.DivClassName
{
background-color: #C592C1;
}
.BgClassName
{
background-color: #C592C1;
}
</style>
border-color css
<style>
span { border-color: #C592C1; }
span { border-color: rgb(197,146,193); }
td.TdClassName
{
border-color: #C592C1;
}
.TagClassName
{
border-color: #C592C1;
}
</style>