Shades of Orchid #D87ADC
Tints of Orchid #D87ADC
RGB
CMYK
RGB Variations
Color information
#D87ADC (or 0xD87ADC) is known color: Orchid. HEX triplet: D8, 7A and DC. RGB value is (216,122,220). Sum of RGB (Red+Green+Blue) = 216+122+220=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D87ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ADC is #278523. Grayscale: #A0A0A0. Windows color (decimal): -2589988 or 14449368. OLE color: 14449368.
HSL color Cylindrical-coordinate representation of color #D87ADC: hue angle of 297.55º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87ADC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 122 | 220 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.14 |
| HSL | 297.55º | 0.58% | 0.67% | - |
| HSV(B) | 297.55º | 0.45% | 0.86% | - |
| XYZ | 48.2 | 33.69 | 71.67 | - |
| YUV | 161.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 220 | 0.02 | 0.45 | 0 | 0.14 | 297.55 | 0.58 | 0.67 |
| Hex | D8 | 7A | DC | 2 | 2D | 0 | E | 12A | 3A | 43 |
| Octal | 330 | 172 | 334 | 2 | 55 | 0 | 16 | 452 | 72 | 103 |
| Binary | 11011000 | 1111010 | 11011100 | 10 | 101101 | 0 | 1110 | 100101010 | 111010 | 1000011 |
Color Harmonies of #D87ADC
Complementary color
Monochromatic Colors of #D87ADC
Black with #D87ADC
Text Example
Text Example
White with #D87ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ADC; }
p { color: rgb(216,122,220); }
H1.HeaderClassName
{
color: #D87ADC;
}
.AnyTagClassName
{
color: #D87ADC;
}
</style>
background-color css
<style>
a { background-color: #D87ADC; }
a { background-color: rgb(216,122,220); }
div.DivClassName
{
background-color: #D87ADC;
}
.BgClassName
{
background-color: #D87ADC;
}
</style>
border-color css
<style>
span { border-color: #D87ADC; }
span { border-color: rgb(216,122,220); }
td.TdClassName
{
border-color: #D87ADC;
}
.TagClassName
{
border-color: #D87ADC;
}
</style>