Shades of Orchid #D87FC1
Tints of Orchid #D87FC1
RGB
CMYK
RGB Variations
Color information
#D87FC1 (or 0xD87FC1) is known color: Orchid. HEX triplet: D8, 7F and C1. RGB value is (216,127,193). Sum of RGB (Red+Green+Blue) = 216+127+193=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FC1 is #27803E. Grayscale: #A0A0A0. Windows color (decimal): -2588735 or 12681176. OLE color: 12681176.
HSL color Cylindrical-coordinate representation of color #D87FC1: hue angle of 315.51º 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 #D87FC1 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 193 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.15 |
| HSL | 315.51º | 0.53% | 0.67% | - |
| HSV(B) | 315.51º | 0.41% | 0.85% | - |
| XYZ | 45.53 | 33.63 | 54.54 | - |
| YUV | 161.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 193 | 0 | 0.41 | 0.11 | 0.15 | 315.51 | 0.53 | 0.67 |
| Hex | D8 | 7F | C1 | 0 | 29 | B | F | 13C | 35 | 43 |
| Octal | 330 | 177 | 301 | 0 | 51 | 13 | 17 | 474 | 65 | 103 |
| Binary | 11011000 | 1111111 | 11000001 | 0 | 101001 | 1011 | 1111 | 100111100 | 110101 | 1000011 |
Color Harmonies of #D87FC1
Complementary color
Monochromatic Colors of #D87FC1
Black with #D87FC1
Text Example
Text Example
White with #D87FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FC1; }
p { color: rgb(216,127,193); }
H1.HeaderClassName
{
color: #D87FC1;
}
.AnyTagClassName
{
color: #D87FC1;
}
</style>
background-color css
<style>
a { background-color: #D87FC1; }
a { background-color: rgb(216,127,193); }
div.DivClassName
{
background-color: #D87FC1;
}
.BgClassName
{
background-color: #D87FC1;
}
</style>
border-color css
<style>
span { border-color: #D87FC1; }
span { border-color: rgb(216,127,193); }
td.TdClassName
{
border-color: #D87FC1;
}
.TagClassName
{
border-color: #D87FC1;
}
</style>