Shades of Orchid #D87FD4
Tints of Orchid #D87FD4
RGB
CMYK
RGB Variations
Color information
#D87FD4 (or 0xD87FD4) is known color: Orchid. HEX triplet: D8, 7F and D4. RGB value is (216,127,212). Sum of RGB (Red+Green+Blue) = 216+127+212=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FD4 is #27802B. Grayscale: #A3A3A3. Windows color (decimal): -2588716 or 13926360. OLE color: 13926360.
HSL color Cylindrical-coordinate representation of color #D87FD4: hue angle of 302.7º 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 #D87FD4 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 212 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.15 |
| HSL | 302.7º | 0.53% | 0.67% | - |
| HSV(B) | 302.7º | 0.41% | 0.85% | - |
| XYZ | 47.79 | 34.53 | 66.43 | - |
| YUV | 163.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 212 | 0 | 0.41 | 0.02 | 0.15 | 302.7 | 0.53 | 0.67 |
| Hex | D8 | 7F | D4 | 0 | 29 | 2 | F | 12F | 35 | 43 |
| Octal | 330 | 177 | 324 | 0 | 51 | 2 | 17 | 457 | 65 | 103 |
| Binary | 11011000 | 1111111 | 11010100 | 0 | 101001 | 10 | 1111 | 100101111 | 110101 | 1000011 |
Color Harmonies of #D87FD4
Complementary color
Monochromatic Colors of #D87FD4
Black with #D87FD4
Text Example
Text Example
White with #D87FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FD4; }
p { color: rgb(216,127,212); }
H1.HeaderClassName
{
color: #D87FD4;
}
.AnyTagClassName
{
color: #D87FD4;
}
</style>
background-color css
<style>
a { background-color: #D87FD4; }
a { background-color: rgb(216,127,212); }
div.DivClassName
{
background-color: #D87FD4;
}
.BgClassName
{
background-color: #D87FD4;
}
</style>
border-color css
<style>
span { border-color: #D87FD4; }
span { border-color: rgb(216,127,212); }
td.TdClassName
{
border-color: #D87FD4;
}
.TagClassName
{
border-color: #D87FD4;
}
</style>