Shades of Orchid #D87FC4
Tints of Orchid #D87FC4
RGB
CMYK
RGB Variations
Color information
#D87FC4 (or 0xD87FC4) is known color: Orchid. HEX triplet: D8, 7F and C4. RGB value is (216,127,196). Sum of RGB (Red+Green+Blue) = 216+127+196=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FC4 is #27803B. Grayscale: #A1A1A1. Windows color (decimal): -2588732 or 12877784. OLE color: 12877784.
HSL color Cylindrical-coordinate representation of color #D87FC4: hue angle of 313.48º 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 #D87FC4 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 196 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.15 |
| HSL | 313.48º | 0.53% | 0.67% | - |
| HSV(B) | 313.48º | 0.41% | 0.85% | - |
| XYZ | 45.87 | 33.76 | 56.32 | - |
| YUV | 161.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 196 | 0 | 0.41 | 0.09 | 0.15 | 313.48 | 0.53 | 0.67 |
| Hex | D8 | 7F | C4 | 0 | 29 | 9 | F | 139 | 35 | 43 |
| Octal | 330 | 177 | 304 | 0 | 51 | 11 | 17 | 471 | 65 | 103 |
| Binary | 11011000 | 1111111 | 11000100 | 0 | 101001 | 1001 | 1111 | 100111001 | 110101 | 1000011 |
Color Harmonies of #D87FC4
Complementary color
Monochromatic Colors of #D87FC4
Black with #D87FC4
Text Example
Text Example
White with #D87FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FC4; }
p { color: rgb(216,127,196); }
H1.HeaderClassName
{
color: #D87FC4;
}
.AnyTagClassName
{
color: #D87FC4;
}
</style>
background-color css
<style>
a { background-color: #D87FC4; }
a { background-color: rgb(216,127,196); }
div.DivClassName
{
background-color: #D87FC4;
}
.BgClassName
{
background-color: #D87FC4;
}
</style>
border-color css
<style>
span { border-color: #D87FC4; }
span { border-color: rgb(216,127,196); }
td.TdClassName
{
border-color: #D87FC4;
}
.TagClassName
{
border-color: #D87FC4;
}
</style>