Shades of Lily #C591B7
Tints of Lily #C591B7
RGB
CMYK
RGB Variations
Color information
#C591B7 (or 0xC591B7) is known color: Lily. HEX triplet: C5, 91 and B7. RGB value is (197,145,183). Sum of RGB (Red+Green+Blue) = 197+145+183=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C591B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591B7 is #3A6E48. Grayscale: #A4A4A4. Windows color (decimal): -3829321 or 12030405. OLE color: 12030405.
HSL color Cylindrical-coordinate representation of color #C591B7: hue angle of 316.15º 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 #C591B7 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 183 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.23 |
| HSL | 316.15º | 0.31% | 0.67% | - |
| HSV(B) | 316.15º | 0.26% | 0.77% | - |
| XYZ | 41.7 | 35.54 | 49.46 | - |
| YUV | 164.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 183 | 0 | 0.26 | 0.07 | 0.23 | 316.15 | 0.31 | 0.67 |
| Hex | C5 | 91 | B7 | 0 | 1A | 7 | 17 | 13C | 1F | 43 |
| Octal | 305 | 221 | 267 | 0 | 32 | 7 | 27 | 474 | 37 | 103 |
| Binary | 11000101 | 10010001 | 10110111 | 0 | 11010 | 111 | 10111 | 100111100 | 11111 | 1000011 |
Color Harmonies of #C591B7
Complementary color
Monochromatic Colors of #C591B7
Black with #C591B7
Text Example
Text Example
White with #C591B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591B7; }
p { color: rgb(197,145,183); }
H1.HeaderClassName
{
color: #C591B7;
}
.AnyTagClassName
{
color: #C591B7;
}
</style>
background-color css
<style>
a { background-color: #C591B7; }
a { background-color: rgb(197,145,183); }
div.DivClassName
{
background-color: #C591B7;
}
.BgClassName
{
background-color: #C591B7;
}
</style>
border-color css
<style>
span { border-color: #C591B7; }
span { border-color: rgb(197,145,183); }
td.TdClassName
{
border-color: #C591B7;
}
.TagClassName
{
border-color: #C591B7;
}
</style>