Shades of Orchid #D87ACE
Tints of Orchid #D87ACE
RGB
CMYK
RGB Variations
Color information
#D87ACE (or 0xD87ACE) is known color: Orchid. HEX triplet: D8, 7A and CE. RGB value is (216,122,206). Sum of RGB (Red+Green+Blue) = 216+122+206=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ACE is #278531. Grayscale: #9F9F9F. Windows color (decimal): -2590002 or 13531864. OLE color: 13531864.
HSL color Cylindrical-coordinate representation of color #D87ACE: hue angle of 306.38º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87ACE is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 206 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.15 |
| HSL | 306.38º | 0.55% | 0.66% | - |
| HSV(B) | 306.38º | 0.44% | 0.85% | - |
| XYZ | 46.42 | 32.97 | 62.31 | - |
| YUV | 159.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 206 | 0 | 0.44 | 0.05 | 0.15 | 306.38 | 0.55 | 0.66 |
| Hex | D8 | 7A | CE | 0 | 2C | 5 | F | 132 | 37 | 42 |
| Octal | 330 | 172 | 316 | 0 | 54 | 5 | 17 | 462 | 67 | 102 |
| Binary | 11011000 | 1111010 | 11001110 | 0 | 101100 | 101 | 1111 | 100110010 | 110111 | 1000010 |
Color Harmonies of #D87ACE
Complementary color
Monochromatic Colors of #D87ACE
Black with #D87ACE
Text Example
Text Example
White with #D87ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ACE; }
p { color: rgb(216,122,206); }
H1.HeaderClassName
{
color: #D87ACE;
}
.AnyTagClassName
{
color: #D87ACE;
}
</style>
background-color css
<style>
a { background-color: #D87ACE; }
a { background-color: rgb(216,122,206); }
div.DivClassName
{
background-color: #D87ACE;
}
.BgClassName
{
background-color: #D87ACE;
}
</style>
border-color css
<style>
span { border-color: #D87ACE; }
span { border-color: rgb(216,122,206); }
td.TdClassName
{
border-color: #D87ACE;
}
.TagClassName
{
border-color: #D87ACE;
}
</style>