Shades of Lily #C87CAF
Tints of Lily #C87CAF
RGB
CMYK
RGB Variations
Color information
#C87CAF (or 0xC87CAF) is known color: Lily. HEX triplet: C8, 7C and AF. RGB value is (200,124,175). Sum of RGB (Red+Green+Blue) = 200+124+175=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87CAF is #378350. Grayscale: #989898. Windows color (decimal): -3638097 or 11500744. OLE color: 11500744.
HSL color Cylindrical-coordinate representation of color #C87CAF: hue angle of 319.74º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CAF is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 175 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.22 |
| HSL | 319.74º | 0.41% | 0.64% | - |
| HSV(B) | 319.74º | 0.38% | 0.78% | - |
| XYZ | 38.76 | 29.79 | 44.26 | - |
| YUV | 152.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 175 | 0 | 0.38 | 0.12 | 0.22 | 319.74 | 0.41 | 0.64 |
| Hex | C8 | 7C | AF | 0 | 26 | C | 16 | 140 | 29 | 40 |
| Octal | 310 | 174 | 257 | 0 | 46 | 14 | 26 | 500 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10101111 | 0 | 100110 | 1100 | 10110 | 101000000 | 101001 | 1000000 |
Color Harmonies of #C87CAF
Complementary color
Monochromatic Colors of #C87CAF
Black with #C87CAF
Text Example
Text Example
White with #C87CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CAF; }
p { color: rgb(200,124,175); }
H1.HeaderClassName
{
color: #C87CAF;
}
.AnyTagClassName
{
color: #C87CAF;
}
</style>
background-color css
<style>
a { background-color: #C87CAF; }
a { background-color: rgb(200,124,175); }
div.DivClassName
{
background-color: #C87CAF;
}
.BgClassName
{
background-color: #C87CAF;
}
</style>
border-color css
<style>
span { border-color: #C87CAF; }
span { border-color: rgb(200,124,175); }
td.TdClassName
{
border-color: #C87CAF;
}
.TagClassName
{
border-color: #C87CAF;
}
</style>