Shades of Lilac #C591BD
Tints of Lilac #C591BD
RGB
CMYK
RGB Variations
Color information
#C591BD (or 0xC591BD) is known color: Lilac. HEX triplet: C5, 91 and BD. RGB value is (197,145,189). Sum of RGB (Red+Green+Blue) = 197+145+189=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C591BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591BD is #3A6E42. Grayscale: #A5A5A5. Windows color (decimal): -3829315 or 12423621. OLE color: 12423621.
HSL color Cylindrical-coordinate representation of color #C591BD: hue angle of 309.23º 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 #C591BD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 189 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.23 |
| HSL | 309.23º | 0.31% | 0.67% | - |
| HSV(B) | 309.23º | 0.26% | 0.77% | - |
| XYZ | 42.34 | 35.8 | 52.82 | - |
| YUV | 165.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 189 | 0 | 0.26 | 0.04 | 0.23 | 309.23 | 0.31 | 0.67 |
| Hex | C5 | 91 | BD | 0 | 1A | 4 | 17 | 135 | 1F | 43 |
| Octal | 305 | 221 | 275 | 0 | 32 | 4 | 27 | 465 | 37 | 103 |
| Binary | 11000101 | 10010001 | 10111101 | 0 | 11010 | 100 | 10111 | 100110101 | 11111 | 1000011 |
Color Harmonies of #C591BD
Complementary color
Monochromatic Colors of #C591BD
Black with #C591BD
Text Example
Text Example
White with #C591BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591BD; }
p { color: rgb(197,145,189); }
H1.HeaderClassName
{
color: #C591BD;
}
.AnyTagClassName
{
color: #C591BD;
}
</style>
background-color css
<style>
a { background-color: #C591BD; }
a { background-color: rgb(197,145,189); }
div.DivClassName
{
background-color: #C591BD;
}
.BgClassName
{
background-color: #C591BD;
}
</style>
border-color css
<style>
span { border-color: #C591BD; }
span { border-color: rgb(197,145,189); }
td.TdClassName
{
border-color: #C591BD;
}
.TagClassName
{
border-color: #C591BD;
}
</style>