Shades of Orchid #D87EC2
Tints of Orchid #D87EC2
RGB
CMYK
RGB Variations
Color information
#D87EC2 (or 0xD87EC2) is known color: Orchid. HEX triplet: D8, 7E and C2. RGB value is (216,126,194). Sum of RGB (Red+Green+Blue) = 216+126+194=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EC2 is #27813D. Grayscale: #A0A0A0. Windows color (decimal): -2588990 or 12746456. OLE color: 12746456.
HSL color Cylindrical-coordinate representation of color #D87EC2: hue angle of 314.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 #D87EC2 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 194 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.15 |
| HSL | 314.67º | 0.54% | 0.67% | - |
| HSV(B) | 314.67º | 0.42% | 0.85% | - |
| XYZ | 45.52 | 33.42 | 55.09 | - |
| YUV | 160.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 194 | 0 | 0.42 | 0.10 | 0.15 | 314.67 | 0.54 | 0.67 |
| Hex | D8 | 7E | C2 | 0 | 2A | A | F | 13B | 36 | 43 |
| Octal | 330 | 176 | 302 | 0 | 52 | 12 | 17 | 473 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11000010 | 0 | 101010 | 1010 | 1111 | 100111011 | 110110 | 1000011 |
Color Harmonies of #D87EC2
Complementary color
Monochromatic Colors of #D87EC2
Black with #D87EC2
Text Example
Text Example
White with #D87EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87EC2; }
p { color: rgb(216,126,194); }
H1.HeaderClassName
{
color: #D87EC2;
}
.AnyTagClassName
{
color: #D87EC2;
}
</style>
background-color css
<style>
a { background-color: #D87EC2; }
a { background-color: rgb(216,126,194); }
div.DivClassName
{
background-color: #D87EC2;
}
.BgClassName
{
background-color: #D87EC2;
}
</style>
border-color css
<style>
span { border-color: #D87EC2; }
span { border-color: rgb(216,126,194); }
td.TdClassName
{
border-color: #D87EC2;
}
.TagClassName
{
border-color: #D87EC2;
}
</style>