Shades of Lilac #C591C6
Tints of Lilac #C591C6
RGB
CMYK
RGB Variations
Color information
#C591C6 (or 0xC591C6) is known color: Lilac. HEX triplet: C5, 91 and C6. RGB value is (197,145,198). Sum of RGB (Red+Green+Blue) = 197+145+198=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #C591C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591C6 is #3A6E39. Grayscale: #A6A6A6. Windows color (decimal): -3829306 or 13013445. OLE color: 13013445.
HSL color Cylindrical-coordinate representation of color #C591C6: hue angle of 298.87º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C591C6 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 145 | 198 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.22 |
| HSL | 298.87º | 0.32% | 0.67% | - |
| HSV(B) | 298.87º | 0.27% | 0.78% | - |
| XYZ | 43.34 | 36.2 | 58.13 | - |
| YUV | 166.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 198 | 0.01 | 0.27 | 0 | 0.22 | 298.87 | 0.32 | 0.67 |
| Hex | C5 | 91 | C6 | 1 | 1B | 0 | 16 | 12B | 20 | 43 |
| Octal | 305 | 221 | 306 | 1 | 33 | 0 | 26 | 453 | 40 | 103 |
| Binary | 11000101 | 10010001 | 11000110 | 1 | 11011 | 0 | 10110 | 100101011 | 100000 | 1000011 |
Color Harmonies of #C591C6
Complementary color
Monochromatic Colors of #C591C6
Black with #C591C6
Text Example
Text Example
White with #C591C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591C6; }
p { color: rgb(197,145,198); }
H1.HeaderClassName
{
color: #C591C6;
}
.AnyTagClassName
{
color: #C591C6;
}
</style>
background-color css
<style>
a { background-color: #C591C6; }
a { background-color: rgb(197,145,198); }
div.DivClassName
{
background-color: #C591C6;
}
.BgClassName
{
background-color: #C591C6;
}
</style>
border-color css
<style>
span { border-color: #C591C6; }
span { border-color: rgb(197,145,198); }
td.TdClassName
{
border-color: #C591C6;
}
.TagClassName
{
border-color: #C591C6;
}
</style>