Shades of Orchid #D87ACC
Tints of Orchid #D87ACC
RGB
CMYK
RGB Variations
Color information
#D87ACC (or 0xD87ACC) is known color: Orchid. HEX triplet: D8, 7A and CC. RGB value is (216,122,204). Sum of RGB (Red+Green+Blue) = 216+122+204=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ACC is #278533. Grayscale: #9F9F9F. Windows color (decimal): -2590004 or 13400792. OLE color: 13400792.
HSL color Cylindrical-coordinate representation of color #D87ACC: hue angle of 307.66º 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 #D87ACC is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 204 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.15 |
| HSL | 307.66º | 0.55% | 0.66% | - |
| HSV(B) | 307.66º | 0.44% | 0.85% | - |
| XYZ | 46.18 | 32.88 | 61.04 | - |
| YUV | 159.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 204 | 0 | 0.44 | 0.06 | 0.15 | 307.66 | 0.55 | 0.66 |
| Hex | D8 | 7A | CC | 0 | 2C | 6 | F | 134 | 37 | 42 |
| Octal | 330 | 172 | 314 | 0 | 54 | 6 | 17 | 464 | 67 | 102 |
| Binary | 11011000 | 1111010 | 11001100 | 0 | 101100 | 110 | 1111 | 100110100 | 110111 | 1000010 |
Color Harmonies of #D87ACC
Complementary color
Monochromatic Colors of #D87ACC
Black with #D87ACC
Text Example
Text Example
White with #D87ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ACC; }
p { color: rgb(216,122,204); }
H1.HeaderClassName
{
color: #D87ACC;
}
.AnyTagClassName
{
color: #D87ACC;
}
</style>
background-color css
<style>
a { background-color: #D87ACC; }
a { background-color: rgb(216,122,204); }
div.DivClassName
{
background-color: #D87ACC;
}
.BgClassName
{
background-color: #D87ACC;
}
</style>
border-color css
<style>
span { border-color: #D87ACC; }
span { border-color: rgb(216,122,204); }
td.TdClassName
{
border-color: #D87ACC;
}
.TagClassName
{
border-color: #D87ACC;
}
</style>