Shades of Lily #C987B3
Tints of Lily #C987B3
RGB
CMYK
RGB Variations
Color information
#C987B3 (or 0xC987B3) is known color: Lily. HEX triplet: C9, 87 and B3. RGB value is (201,135,179). Sum of RGB (Red+Green+Blue) = 201+135+179=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C987B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C987B3 is #36784C. Grayscale: #9F9F9F. Windows color (decimal): -3569741 or 11765705. OLE color: 11765705.
HSL color Cylindrical-coordinate representation of color #C987B3: hue angle of 320º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C987B3 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 179 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.21 |
| HSL | 320º | 0.38% | 0.66% | - |
| HSV(B) | 320º | 0.33% | 0.79% | - |
| XYZ | 40.89 | 33 | 46.86 | - |
| YUV | 159.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 179 | 0 | 0.33 | 0.11 | 0.21 | 320 | 0.38 | 0.66 |
| Hex | C9 | 87 | B3 | 0 | 21 | B | 15 | 140 | 26 | 42 |
| Octal | 311 | 207 | 263 | 0 | 41 | 13 | 25 | 500 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10110011 | 0 | 100001 | 1011 | 10101 | 101000000 | 100110 | 1000010 |
Color Harmonies of #C987B3
Complementary color
Monochromatic Colors of #C987B3
Black with #C987B3
Text Example
Text Example
White with #C987B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987B3; }
p { color: rgb(201,135,179); }
H1.HeaderClassName
{
color: #C987B3;
}
.AnyTagClassName
{
color: #C987B3;
}
</style>
background-color css
<style>
a { background-color: #C987B3; }
a { background-color: rgb(201,135,179); }
div.DivClassName
{
background-color: #C987B3;
}
.BgClassName
{
background-color: #C987B3;
}
</style>
border-color css
<style>
span { border-color: #C987B3; }
span { border-color: rgb(201,135,179); }
td.TdClassName
{
border-color: #C987B3;
}
.TagClassName
{
border-color: #C987B3;
}
</style>