Shades of Lily #C87EAF
Tints of Lily #C87EAF
RGB
CMYK
RGB Variations
Color information
#C87EAF (or 0xC87EAF) is known color: Lily. HEX triplet: C8, 7E and AF. RGB value is (200,126,175). Sum of RGB (Red+Green+Blue) = 200+126+175=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87EAF is #378150. Grayscale: #999999. Windows color (decimal): -3637585 or 11501256. OLE color: 11501256.
HSL color Cylindrical-coordinate representation of color #C87EAF: hue angle of 320.27º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87EAF is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 175 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.22 |
| HSL | 320.27º | 0.4% | 0.64% | - |
| HSV(B) | 320.27º | 0.37% | 0.78% | - |
| XYZ | 39.02 | 30.3 | 44.35 | - |
| YUV | 153.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 175 | 0 | 0.37 | 0.12 | 0.22 | 320.27 | 0.4 | 0.64 |
| Hex | C8 | 7E | AF | 0 | 25 | C | 16 | 140 | 28 | 40 |
| Octal | 310 | 176 | 257 | 0 | 45 | 14 | 26 | 500 | 50 | 100 |
| Binary | 11001000 | 1111110 | 10101111 | 0 | 100101 | 1100 | 10110 | 101000000 | 101000 | 1000000 |
Color Harmonies of #C87EAF
Complementary color
Monochromatic Colors of #C87EAF
Black with #C87EAF
Text Example
Text Example
White with #C87EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EAF; }
p { color: rgb(200,126,175); }
H1.HeaderClassName
{
color: #C87EAF;
}
.AnyTagClassName
{
color: #C87EAF;
}
</style>
background-color css
<style>
a { background-color: #C87EAF; }
a { background-color: rgb(200,126,175); }
div.DivClassName
{
background-color: #C87EAF;
}
.BgClassName
{
background-color: #C87EAF;
}
</style>
border-color css
<style>
span { border-color: #C87EAF; }
span { border-color: rgb(200,126,175); }
td.TdClassName
{
border-color: #C87EAF;
}
.TagClassName
{
border-color: #C87EAF;
}
</style>