Shades of Lily #C487B1
Tints of Lily #C487B1
RGB
CMYK
RGB Variations
Color information
#C487B1 (or 0xC487B1) is known color: Lily. HEX triplet: C4, 87 and B1. RGB value is (196,135,177). Sum of RGB (Red+Green+Blue) = 196+135+177=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C487B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487B1 is #3B784E. Grayscale: #9D9D9D. Windows color (decimal): -3897423 or 11634628. OLE color: 11634628.
HSL color Cylindrical-coordinate representation of color #C487B1: hue angle of 318.69º 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 #C487B1 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 177 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.23 |
| HSL | 318.69º | 0.34% | 0.65% | - |
| HSV(B) | 318.69º | 0.31% | 0.77% | - |
| XYZ | 39.36 | 32.24 | 45.74 | - |
| YUV | 158.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 177 | 0 | 0.31 | 0.10 | 0.23 | 318.69 | 0.34 | 0.65 |
| Hex | C4 | 87 | B1 | 0 | 1F | A | 17 | 13F | 22 | 41 |
| Octal | 304 | 207 | 261 | 0 | 37 | 12 | 27 | 477 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10110001 | 0 | 11111 | 1010 | 10111 | 100111111 | 100010 | 1000001 |
Color Harmonies of #C487B1
Complementary color
Monochromatic Colors of #C487B1
Black with #C487B1
Text Example
Text Example
White with #C487B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487B1; }
p { color: rgb(196,135,177); }
H1.HeaderClassName
{
color: #C487B1;
}
.AnyTagClassName
{
color: #C487B1;
}
</style>
background-color css
<style>
a { background-color: #C487B1; }
a { background-color: rgb(196,135,177); }
div.DivClassName
{
background-color: #C487B1;
}
.BgClassName
{
background-color: #C487B1;
}
</style>
border-color css
<style>
span { border-color: #C487B1; }
span { border-color: rgb(196,135,177); }
td.TdClassName
{
border-color: #C487B1;
}
.TagClassName
{
border-color: #C487B1;
}
</style>