Shades of Lily #C588B4
Tints of Lily #C588B4
RGB
CMYK
RGB Variations
Color information
#C588B4 (or 0xC588B4) is known color: Lily. HEX triplet: C5, 88 and B4. RGB value is (197,136,180). Sum of RGB (Red+Green+Blue) = 197+136+180=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C588B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588B4 is #3A774B. Grayscale: #9F9F9F. Windows color (decimal): -3831628 or 11831493. OLE color: 11831493.
HSL color Cylindrical-coordinate representation of color #C588B4: hue angle of 316.72º 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 #C588B4 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 180 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.23 |
| HSL | 316.72º | 0.34% | 0.65% | - |
| HSV(B) | 316.72º | 0.31% | 0.77% | - |
| XYZ | 40.07 | 32.77 | 47.39 | - |
| YUV | 159.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 180 | 0 | 0.31 | 0.09 | 0.23 | 316.72 | 0.34 | 0.65 |
| Hex | C5 | 88 | B4 | 0 | 1F | 9 | 17 | 13D | 22 | 41 |
| Octal | 305 | 210 | 264 | 0 | 37 | 11 | 27 | 475 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10110100 | 0 | 11111 | 1001 | 10111 | 100111101 | 100010 | 1000001 |
Color Harmonies of #C588B4
Complementary color
Monochromatic Colors of #C588B4
Black with #C588B4
Text Example
Text Example
White with #C588B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588B4; }
p { color: rgb(197,136,180); }
H1.HeaderClassName
{
color: #C588B4;
}
.AnyTagClassName
{
color: #C588B4;
}
</style>
background-color css
<style>
a { background-color: #C588B4; }
a { background-color: rgb(197,136,180); }
div.DivClassName
{
background-color: #C588B4;
}
.BgClassName
{
background-color: #C588B4;
}
</style>
border-color css
<style>
span { border-color: #C588B4; }
span { border-color: rgb(197,136,180); }
td.TdClassName
{
border-color: #C588B4;
}
.TagClassName
{
border-color: #C588B4;
}
</style>