Shades of Orchid #D87FE1
Tints of Orchid #D87FE1
RGB
CMYK
RGB Variations
Color information
#D87FE1 (or 0xD87FE1) is known color: Orchid. HEX triplet: D8, 7F and E1. RGB value is (216,127,225). Sum of RGB (Red+Green+Blue) = 216+127+225=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #D87FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FE1 is #27801E. Grayscale: #A4A4A4. Windows color (decimal): -2588703 or 14778328. OLE color: 14778328.
HSL color Cylindrical-coordinate representation of color #D87FE1: hue angle of 294.49º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87FE1 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 127 | 225 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.12 |
| HSL | 294.49º | 0.62% | 0.69% | - |
| HSV(B) | 294.49º | 0.44% | 0.88% | - |
| XYZ | 49.5 | 35.21 | 75.42 | - |
| YUV | 164.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 225 | 0.04 | 0.44 | 0 | 0.12 | 294.49 | 0.62 | 0.69 |
| Hex | D8 | 7F | E1 | 4 | 2C | 0 | C | 126 | 3E | 45 |
| Octal | 330 | 177 | 341 | 4 | 54 | 0 | 14 | 446 | 76 | 105 |
| Binary | 11011000 | 1111111 | 11100001 | 100 | 101100 | 0 | 1100 | 100100110 | 111110 | 1000101 |
Color Harmonies of #D87FE1
Complementary color
Monochromatic Colors of #D87FE1
Black with #D87FE1
Text Example
Text Example
White with #D87FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FE1; }
p { color: rgb(216,127,225); }
H1.HeaderClassName
{
color: #D87FE1;
}
.AnyTagClassName
{
color: #D87FE1;
}
</style>
background-color css
<style>
a { background-color: #D87FE1; }
a { background-color: rgb(216,127,225); }
div.DivClassName
{
background-color: #D87FE1;
}
.BgClassName
{
background-color: #D87FE1;
}
</style>
border-color css
<style>
span { border-color: #D87FE1; }
span { border-color: rgb(216,127,225); }
td.TdClassName
{
border-color: #D87FE1;
}
.TagClassName
{
border-color: #D87FE1;
}
</style>