Shades of Lily #C987AD
Tints of Lily #C987AD
RGB
CMYK
RGB Variations
Color information
#C987AD (or 0xC987AD) is known color: Lily. HEX triplet: C9, 87 and AD. RGB value is (201,135,173). Sum of RGB (Red+Green+Blue) = 201+135+173=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C987AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C987AD is #367852. Grayscale: #9E9E9E. Windows color (decimal): -3569747 or 11372489. OLE color: 11372489.
HSL color Cylindrical-coordinate representation of color #C987AD: hue angle of 325.45º 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 #C987AD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 173 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.21 |
| HSL | 325.45º | 0.38% | 0.66% | - |
| HSV(B) | 325.45º | 0.33% | 0.79% | - |
| XYZ | 40.29 | 32.76 | 43.74 | - |
| YUV | 159.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 173 | 0 | 0.33 | 0.14 | 0.21 | 325.45 | 0.38 | 0.66 |
| Hex | C9 | 87 | AD | 0 | 21 | E | 15 | 145 | 26 | 42 |
| Octal | 311 | 207 | 255 | 0 | 41 | 16 | 25 | 505 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10101101 | 0 | 100001 | 1110 | 10101 | 101000101 | 100110 | 1000010 |
Color Harmonies of #C987AD
Complementary color
Monochromatic Colors of #C987AD
Black with #C987AD
Text Example
Text Example
White with #C987AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987AD; }
p { color: rgb(201,135,173); }
H1.HeaderClassName
{
color: #C987AD;
}
.AnyTagClassName
{
color: #C987AD;
}
</style>
background-color css
<style>
a { background-color: #C987AD; }
a { background-color: rgb(201,135,173); }
div.DivClassName
{
background-color: #C987AD;
}
.BgClassName
{
background-color: #C987AD;
}
</style>
border-color css
<style>
span { border-color: #C987AD; }
span { border-color: rgb(201,135,173); }
td.TdClassName
{
border-color: #C987AD;
}
.TagClassName
{
border-color: #C987AD;
}
</style>