Shades of Orchid #D87FC0
Tints of Orchid #D87FC0
RGB
CMYK
RGB Variations
Color information
#D87FC0 (or 0xD87FC0) is known color: Orchid. HEX triplet: D8, 7F and C0. RGB value is (216,127,192). Sum of RGB (Red+Green+Blue) = 216+127+192=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FC0 is #27803F. Grayscale: #A0A0A0. Windows color (decimal): -2588736 or 12615640. OLE color: 12615640.
HSL color Cylindrical-coordinate representation of color #D87FC0: hue angle of 316.18º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87FC0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 192 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.15 |
| HSL | 316.18º | 0.53% | 0.67% | - |
| HSV(B) | 316.18º | 0.41% | 0.85% | - |
| XYZ | 45.42 | 33.58 | 53.96 | - |
| YUV | 161.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 192 | 0 | 0.41 | 0.11 | 0.15 | 316.18 | 0.53 | 0.67 |
| Hex | D8 | 7F | C0 | 0 | 29 | B | F | 13C | 35 | 43 |
| Octal | 330 | 177 | 300 | 0 | 51 | 13 | 17 | 474 | 65 | 103 |
| Binary | 11011000 | 1111111 | 11000000 | 0 | 101001 | 1011 | 1111 | 100111100 | 110101 | 1000011 |
Color Harmonies of #D87FC0
Complementary color
Monochromatic Colors of #D87FC0
Black with #D87FC0
Text Example
Text Example
White with #D87FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FC0; }
p { color: rgb(216,127,192); }
H1.HeaderClassName
{
color: #D87FC0;
}
.AnyTagClassName
{
color: #D87FC0;
}
</style>
background-color css
<style>
a { background-color: #D87FC0; }
a { background-color: rgb(216,127,192); }
div.DivClassName
{
background-color: #D87FC0;
}
.BgClassName
{
background-color: #D87FC0;
}
</style>
border-color css
<style>
span { border-color: #D87FC0; }
span { border-color: rgb(216,127,192); }
td.TdClassName
{
border-color: #D87FC0;
}
.TagClassName
{
border-color: #D87FC0;
}
</style>