Shades of Orchid #D87FCD
Tints of Orchid #D87FCD
RGB
CMYK
RGB Variations
Color information
#D87FCD (or 0xD87FCD) is known color: Orchid. HEX triplet: D8, 7F and CD. RGB value is (216,127,205). Sum of RGB (Red+Green+Blue) = 216+127+205=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FCD is #278032. Grayscale: #A2A2A2. Windows color (decimal): -2588723 or 13467608. OLE color: 13467608.
HSL color Cylindrical-coordinate representation of color #D87FCD: hue angle of 307.42º 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 #D87FCD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 205 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.15 |
| HSL | 307.42º | 0.53% | 0.67% | - |
| HSV(B) | 307.42º | 0.41% | 0.85% | - |
| XYZ | 46.93 | 34.19 | 61.88 | - |
| YUV | 162.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 205 | 0 | 0.41 | 0.05 | 0.15 | 307.42 | 0.53 | 0.67 |
| Hex | D8 | 7F | CD | 0 | 29 | 5 | F | 133 | 35 | 43 |
| Octal | 330 | 177 | 315 | 0 | 51 | 5 | 17 | 463 | 65 | 103 |
| Binary | 11011000 | 1111111 | 11001101 | 0 | 101001 | 101 | 1111 | 100110011 | 110101 | 1000011 |
Color Harmonies of #D87FCD
Complementary color
Monochromatic Colors of #D87FCD
Black with #D87FCD
Text Example
Text Example
White with #D87FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FCD; }
p { color: rgb(216,127,205); }
H1.HeaderClassName
{
color: #D87FCD;
}
.AnyTagClassName
{
color: #D87FCD;
}
</style>
background-color css
<style>
a { background-color: #D87FCD; }
a { background-color: rgb(216,127,205); }
div.DivClassName
{
background-color: #D87FCD;
}
.BgClassName
{
background-color: #D87FCD;
}
</style>
border-color css
<style>
span { border-color: #D87FCD; }
span { border-color: rgb(216,127,205); }
td.TdClassName
{
border-color: #D87FCD;
}
.TagClassName
{
border-color: #D87FCD;
}
</style>