Shades of Orchid #D87CC0
Tints of Orchid #D87CC0
RGB
CMYK
RGB Variations
Color information
#D87CC0 (or 0xD87CC0) is known color: Orchid. HEX triplet: D8, 7C and C0. RGB value is (216,124,192). Sum of RGB (Red+Green+Blue) = 216+124+192=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC0 is #27833F. Grayscale: #9F9F9F. Windows color (decimal): -2589504 or 12614872. OLE color: 12614872.
HSL color Cylindrical-coordinate representation of color #D87CC0: hue angle of 315.65º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CC0 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 192 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.15 |
| HSL | 315.65º | 0.54% | 0.67% | - |
| HSV(B) | 315.65º | 0.43% | 0.85% | - |
| XYZ | 45.04 | 32.82 | 53.83 | - |
| YUV | 159.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 192 | 0 | 0.43 | 0.11 | 0.15 | 315.65 | 0.54 | 0.67 |
| Hex | D8 | 7C | C0 | 0 | 2B | B | F | 13C | 36 | 43 |
| Octal | 330 | 174 | 300 | 0 | 53 | 13 | 17 | 474 | 66 | 103 |
| Binary | 11011000 | 1111100 | 11000000 | 0 | 101011 | 1011 | 1111 | 100111100 | 110110 | 1000011 |
Color Harmonies of #D87CC0
Complementary color
Monochromatic Colors of #D87CC0
Black with #D87CC0
Text Example
Text Example
White with #D87CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CC0; }
p { color: rgb(216,124,192); }
H1.HeaderClassName
{
color: #D87CC0;
}
.AnyTagClassName
{
color: #D87CC0;
}
</style>
background-color css
<style>
a { background-color: #D87CC0; }
a { background-color: rgb(216,124,192); }
div.DivClassName
{
background-color: #D87CC0;
}
.BgClassName
{
background-color: #D87CC0;
}
</style>
border-color css
<style>
span { border-color: #D87CC0; }
span { border-color: rgb(216,124,192); }
td.TdClassName
{
border-color: #D87CC0;
}
.TagClassName
{
border-color: #D87CC0;
}
</style>