#D87AD9

Color #D87AD9 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D87AD9

Tints of Orchid #D87AD9

Color information

#D87AD9 (or 0xD87AD9) is unknown color: approx Orchid. HEX triplet: D8, 7A and D9. RGB value is (216,122,217). Sum of RGB (Red+Green+Blue) = 216+122+217=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #D87AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AD9 is #278526. Grayscale: #A0A0A0. Windows color (decimal): -2589991 or 14252760. OLE color: 14252760.

HSL color Cylindrical-coordinate representation of color #D87AD9: hue angle of 299.37º degrees, saturation: 0.56, 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 #D87AD9 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216122217-
CMYK0.000.4400.15
HSL299.37º55.56%66.47%-
HSV(B)299.37º43.78%85.1%-
XYZ47.833.5369.6-
YUV160.94159.64167.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=38.92%
G=21.98%
B=39.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161222170.000.4400.15299.3755.5666.47
HexD87AD902C0F12b3842
Octal33017233105401745370102
Binary110110001111010110110010101100011111001010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87AD9; }

 p { color: rgb(216,122,217); }

 H1.HeaderClassName
 {
   color: #D87AD9;
 }
 .AnyTagClassName
 {
   color: #D87AD9;
 }
</style>
background-color css

<style>
 a { background-color: #D87AD9; }

 a { background-color: rgb(216,122,217); }

 div.DivClassName
 {
   background-color: #D87AD9;
 }
 .BgClassName
 {
   background-color: #D87AD9;
 }
</style>
border-color css

<style>
 span { border-color: #D87AD9; }

 span { border-color: rgb(216,122,217); }

 td.TdClassName
 {
   border-color: #D87AD9;
 }
 .TagClassName
 {
   border-color: #D87AD9;
 }
</style>