Shades of Orchid #D87EC5
Tints of Orchid #D87EC5
RGB
CMYK
RGB Variations
Color information
#D87EC5 (or 0xD87EC5) is known color: Orchid. HEX triplet: D8, 7E and C5. RGB value is (216,126,197). Sum of RGB (Red+Green+Blue) = 216+126+197=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EC5 is #27813A. Grayscale: #A0A0A0. Windows color (decimal): -2588987 or 12943064. OLE color: 12943064.
HSL color Cylindrical-coordinate representation of color #D87EC5: hue angle of 312.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87EC5 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 197 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.15 |
| HSL | 312.67º | 0.54% | 0.67% | - |
| HSV(B) | 312.67º | 0.42% | 0.85% | - |
| XYZ | 45.86 | 33.55 | 56.88 | - |
| YUV | 161 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 197 | 0 | 0.42 | 0.09 | 0.15 | 312.67 | 0.54 | 0.67 |
| Hex | D8 | 7E | C5 | 0 | 2A | 9 | F | 139 | 36 | 43 |
| Octal | 330 | 176 | 305 | 0 | 52 | 11 | 17 | 471 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11000101 | 0 | 101010 | 1001 | 1111 | 100111001 | 110110 | 1000011 |
Color Harmonies of #D87EC5
Complementary color
Monochromatic Colors of #D87EC5
Black with #D87EC5
Text Example
Text Example
White with #D87EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87EC5; }
p { color: rgb(216,126,197); }
H1.HeaderClassName
{
color: #D87EC5;
}
.AnyTagClassName
{
color: #D87EC5;
}
</style>
background-color css
<style>
a { background-color: #D87EC5; }
a { background-color: rgb(216,126,197); }
div.DivClassName
{
background-color: #D87EC5;
}
.BgClassName
{
background-color: #D87EC5;
}
</style>
border-color css
<style>
span { border-color: #D87EC5; }
span { border-color: rgb(216,126,197); }
td.TdClassName
{
border-color: #D87EC5;
}
.TagClassName
{
border-color: #D87EC5;
}
</style>