Shades of Orchid #D87BC4
Tints of Orchid #D87BC4
RGB
CMYK
RGB Variations
Color information
#D87BC4 (or 0xD87BC4) is known color: Orchid. HEX triplet: D8, 7B and C4. RGB value is (216,123,196). Sum of RGB (Red+Green+Blue) = 216+123+196=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BC4 is #27843B. Grayscale: #9E9E9E. Windows color (decimal): -2589756 or 12876760. OLE color: 12876760.
HSL color Cylindrical-coordinate representation of color #D87BC4: hue angle of 312.9º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BC4 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 196 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.15 |
| HSL | 312.9º | 0.54% | 0.66% | - |
| HSV(B) | 312.9º | 0.43% | 0.85% | - |
| XYZ | 45.37 | 32.75 | 56.15 | - |
| YUV | 159.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 196 | 0 | 0.43 | 0.09 | 0.15 | 312.9 | 0.54 | 0.66 |
| Hex | D8 | 7B | C4 | 0 | 2B | 9 | F | 139 | 36 | 42 |
| Octal | 330 | 173 | 304 | 0 | 53 | 11 | 17 | 471 | 66 | 102 |
| Binary | 11011000 | 1111011 | 11000100 | 0 | 101011 | 1001 | 1111 | 100111001 | 110110 | 1000010 |
Color Harmonies of #D87BC4
Complementary color
Monochromatic Colors of #D87BC4
Black with #D87BC4
Text Example
Text Example
White with #D87BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BC4; }
p { color: rgb(216,123,196); }
H1.HeaderClassName
{
color: #D87BC4;
}
.AnyTagClassName
{
color: #D87BC4;
}
</style>
background-color css
<style>
a { background-color: #D87BC4; }
a { background-color: rgb(216,123,196); }
div.DivClassName
{
background-color: #D87BC4;
}
.BgClassName
{
background-color: #D87BC4;
}
</style>
border-color css
<style>
span { border-color: #D87BC4; }
span { border-color: rgb(216,123,196); }
td.TdClassName
{
border-color: #D87BC4;
}
.TagClassName
{
border-color: #D87BC4;
}
</style>