Shades of Lily #C588B7
Tints of Lily #C588B7
RGB
CMYK
RGB Variations
Color information
#C588B7 (or 0xC588B7) is known color: Lily. HEX triplet: C5, 88 and B7. RGB value is (197,136,183). Sum of RGB (Red+Green+Blue) = 197+136+183=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C588B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588B7 is #3A7748. Grayscale: #9F9F9F. Windows color (decimal): -3831625 or 12028101. OLE color: 12028101.
HSL color Cylindrical-coordinate representation of color #C588B7: hue angle of 313.77º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C588B7 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 183 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.23 |
| HSL | 313.77º | 0.34% | 0.65% | - |
| HSV(B) | 313.77º | 0.31% | 0.77% | - |
| XYZ | 40.38 | 32.9 | 49.02 | - |
| YUV | 159.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 183 | 0 | 0.31 | 0.07 | 0.23 | 313.77 | 0.34 | 0.65 |
| Hex | C5 | 88 | B7 | 0 | 1F | 7 | 17 | 13A | 22 | 41 |
| Octal | 305 | 210 | 267 | 0 | 37 | 7 | 27 | 472 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10110111 | 0 | 11111 | 111 | 10111 | 100111010 | 100010 | 1000001 |
Color Harmonies of #C588B7
Complementary color
Monochromatic Colors of #C588B7
Black with #C588B7
Text Example
Text Example
White with #C588B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588B7; }
p { color: rgb(197,136,183); }
H1.HeaderClassName
{
color: #C588B7;
}
.AnyTagClassName
{
color: #C588B7;
}
</style>
background-color css
<style>
a { background-color: #C588B7; }
a { background-color: rgb(197,136,183); }
div.DivClassName
{
background-color: #C588B7;
}
.BgClassName
{
background-color: #C588B7;
}
</style>
border-color css
<style>
span { border-color: #C588B7; }
span { border-color: rgb(197,136,183); }
td.TdClassName
{
border-color: #C588B7;
}
.TagClassName
{
border-color: #C588B7;
}
</style>