Shades of Orchid #D87FD1
Tints of Orchid #D87FD1
RGB
CMYK
RGB Variations
Color information
#D87FD1 (or 0xD87FD1) is known color: Orchid. HEX triplet: D8, 7F and D1. RGB value is (216,127,209). Sum of RGB (Red+Green+Blue) = 216+127+209=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FD1 is #27802E. Grayscale: #A2A2A2. Windows color (decimal): -2588719 or 13729752. OLE color: 13729752.
HSL color Cylindrical-coordinate representation of color #D87FD1: hue angle of 304.72º 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 #D87FD1 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 209 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.15 |
| HSL | 304.72º | 0.53% | 0.67% | - |
| HSV(B) | 304.72º | 0.41% | 0.85% | - |
| XYZ | 47.42 | 34.38 | 64.46 | - |
| YUV | 162.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 209 | 0 | 0.41 | 0.03 | 0.15 | 304.72 | 0.53 | 0.67 |
| Hex | D8 | 7F | D1 | 0 | 29 | 3 | F | 131 | 35 | 43 |
| Octal | 330 | 177 | 321 | 0 | 51 | 3 | 17 | 461 | 65 | 103 |
| Binary | 11011000 | 1111111 | 11010001 | 0 | 101001 | 11 | 1111 | 100110001 | 110101 | 1000011 |
Color Harmonies of #D87FD1
Complementary color
Monochromatic Colors of #D87FD1
Black with #D87FD1
Text Example
Text Example
White with #D87FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FD1; }
p { color: rgb(216,127,209); }
H1.HeaderClassName
{
color: #D87FD1;
}
.AnyTagClassName
{
color: #D87FD1;
}
</style>
background-color css
<style>
a { background-color: #D87FD1; }
a { background-color: rgb(216,127,209); }
div.DivClassName
{
background-color: #D87FD1;
}
.BgClassName
{
background-color: #D87FD1;
}
</style>
border-color css
<style>
span { border-color: #D87FD1; }
span { border-color: rgb(216,127,209); }
td.TdClassName
{
border-color: #D87FD1;
}
.TagClassName
{
border-color: #D87FD1;
}
</style>