Shades of Orchid #D87DC2
Tints of Orchid #D87DC2
RGB
CMYK
RGB Variations
Color information
#D87DC2 (or 0xD87DC2) is known color: Orchid. HEX triplet: D8, 7D and C2. RGB value is (216,125,194). Sum of RGB (Red+Green+Blue) = 216+125+194=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC2 is #27823D. Grayscale: #9F9F9F. Windows color (decimal): -2589246 or 12746200. OLE color: 12746200.
HSL color Cylindrical-coordinate representation of color #D87DC2: hue angle of 314.51º 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 #D87DC2 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 194 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.15 |
| HSL | 314.51º | 0.54% | 0.67% | - |
| HSV(B) | 314.51º | 0.42% | 0.85% | - |
| XYZ | 45.39 | 33.16 | 55.05 | - |
| YUV | 160.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 194 | 0 | 0.42 | 0.10 | 0.15 | 314.51 | 0.54 | 0.67 |
| Hex | D8 | 7D | C2 | 0 | 2A | A | F | 13B | 36 | 43 |
| Octal | 330 | 175 | 302 | 0 | 52 | 12 | 17 | 473 | 66 | 103 |
| Binary | 11011000 | 1111101 | 11000010 | 0 | 101010 | 1010 | 1111 | 100111011 | 110110 | 1000011 |
Color Harmonies of #D87DC2
Complementary color
Monochromatic Colors of #D87DC2
Black with #D87DC2
Text Example
Text Example
White with #D87DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DC2; }
p { color: rgb(216,125,194); }
H1.HeaderClassName
{
color: #D87DC2;
}
.AnyTagClassName
{
color: #D87DC2;
}
</style>
background-color css
<style>
a { background-color: #D87DC2; }
a { background-color: rgb(216,125,194); }
div.DivClassName
{
background-color: #D87DC2;
}
.BgClassName
{
background-color: #D87DC2;
}
</style>
border-color css
<style>
span { border-color: #D87DC2; }
span { border-color: rgb(216,125,194); }
td.TdClassName
{
border-color: #D87DC2;
}
.TagClassName
{
border-color: #D87DC2;
}
</style>