Shades of Lilac #C591C1
Tints of Lilac #C591C1
RGB
CMYK
RGB Variations
Color information
#C591C1 (or 0xC591C1) is known color: Lilac. HEX triplet: C5, 91 and C1. RGB value is (197,145,193). Sum of RGB (Red+Green+Blue) = 197+145+193=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C591C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591C1 is #3A6E3E. Grayscale: #A5A5A5. Windows color (decimal): -3829311 or 12685765. OLE color: 12685765.
HSL color Cylindrical-coordinate representation of color #C591C1: hue angle of 304.62º 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 #C591C1 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 193 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.23 |
| HSL | 304.62º | 0.31% | 0.67% | - |
| HSV(B) | 304.62º | 0.26% | 0.77% | - |
| XYZ | 42.78 | 35.97 | 55.14 | - |
| YUV | 166.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 193 | 0 | 0.26 | 0.02 | 0.23 | 304.62 | 0.31 | 0.67 |
| Hex | C5 | 91 | C1 | 0 | 1A | 2 | 17 | 131 | 1F | 43 |
| Octal | 305 | 221 | 301 | 0 | 32 | 2 | 27 | 461 | 37 | 103 |
| Binary | 11000101 | 10010001 | 11000001 | 0 | 11010 | 10 | 10111 | 100110001 | 11111 | 1000011 |
Color Harmonies of #C591C1
Complementary color
Monochromatic Colors of #C591C1
Black with #C591C1
Text Example
Text Example
White with #C591C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591C1; }
p { color: rgb(197,145,193); }
H1.HeaderClassName
{
color: #C591C1;
}
.AnyTagClassName
{
color: #C591C1;
}
</style>
background-color css
<style>
a { background-color: #C591C1; }
a { background-color: rgb(197,145,193); }
div.DivClassName
{
background-color: #C591C1;
}
.BgClassName
{
background-color: #C591C1;
}
</style>
border-color css
<style>
span { border-color: #C591C1; }
span { border-color: rgb(197,145,193); }
td.TdClassName
{
border-color: #C591C1;
}
.TagClassName
{
border-color: #C591C1;
}
</style>