Shades of Lily #C87CAD
Tints of Lily #C87CAD
RGB
CMYK
RGB Variations
Color information
#C87CAD (or 0xC87CAD) is known color: Lily. HEX triplet: C8, 7C and AD. RGB value is (200,124,173). Sum of RGB (Red+Green+Blue) = 200+124+173=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87CAD is #378352. Grayscale: #989898. Windows color (decimal): -3638099 or 11369672. OLE color: 11369672.
HSL color Cylindrical-coordinate representation of color #C87CAD: hue angle of 321.32º 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 #C87CAD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 173 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.22 |
| HSL | 321.32º | 0.41% | 0.64% | - |
| HSV(B) | 321.32º | 0.38% | 0.78% | - |
| XYZ | 38.57 | 29.71 | 43.24 | - |
| YUV | 152.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 173 | 0 | 0.38 | 0.14 | 0.22 | 321.32 | 0.41 | 0.64 |
| Hex | C8 | 7C | AD | 0 | 26 | E | 16 | 141 | 29 | 40 |
| Octal | 310 | 174 | 255 | 0 | 46 | 16 | 26 | 501 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10101101 | 0 | 100110 | 1110 | 10110 | 101000001 | 101001 | 1000000 |
Color Harmonies of #C87CAD
Complementary color
Monochromatic Colors of #C87CAD
Black with #C87CAD
Text Example
Text Example
White with #C87CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CAD; }
p { color: rgb(200,124,173); }
H1.HeaderClassName
{
color: #C87CAD;
}
.AnyTagClassName
{
color: #C87CAD;
}
</style>
background-color css
<style>
a { background-color: #C87CAD; }
a { background-color: rgb(200,124,173); }
div.DivClassName
{
background-color: #C87CAD;
}
.BgClassName
{
background-color: #C87CAD;
}
</style>
border-color css
<style>
span { border-color: #C87CAD; }
span { border-color: rgb(200,124,173); }
td.TdClassName
{
border-color: #C87CAD;
}
.TagClassName
{
border-color: #C87CAD;
}
</style>