Shades of Orchid #D87ED6
Tints of Orchid #D87ED6
RGB
CMYK
RGB Variations
Color information
#D87ED6 (or 0xD87ED6) is known color: Orchid. HEX triplet: D8, 7E and D6. RGB value is (216,126,214). Sum of RGB (Red+Green+Blue) = 216+126+214=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ED6 is #278129. Grayscale: #A2A2A2. Windows color (decimal): -2588970 or 14057176. OLE color: 14057176.
HSL color Cylindrical-coordinate representation of color #D87ED6: hue angle of 301.33º 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 #D87ED6 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 214 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.15 |
| HSL | 301.33º | 0.54% | 0.67% | - |
| HSV(B) | 301.33º | 0.42% | 0.85% | - |
| XYZ | 47.92 | 34.38 | 67.73 | - |
| YUV | 162.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 214 | 0 | 0.42 | 0.01 | 0.15 | 301.33 | 0.54 | 0.67 |
| Hex | D8 | 7E | D6 | 0 | 2A | 1 | F | 12D | 36 | 43 |
| Octal | 330 | 176 | 326 | 0 | 52 | 1 | 17 | 455 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11010110 | 0 | 101010 | 1 | 1111 | 100101101 | 110110 | 1000011 |
Color Harmonies of #D87ED6
Complementary color
Monochromatic Colors of #D87ED6
Black with #D87ED6
Text Example
Text Example
White with #D87ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ED6; }
p { color: rgb(216,126,214); }
H1.HeaderClassName
{
color: #D87ED6;
}
.AnyTagClassName
{
color: #D87ED6;
}
</style>
background-color css
<style>
a { background-color: #D87ED6; }
a { background-color: rgb(216,126,214); }
div.DivClassName
{
background-color: #D87ED6;
}
.BgClassName
{
background-color: #D87ED6;
}
</style>
border-color css
<style>
span { border-color: #D87ED6; }
span { border-color: rgb(216,126,214); }
td.TdClassName
{
border-color: #D87ED6;
}
.TagClassName
{
border-color: #D87ED6;
}
</style>