#D87AD4

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

Shades of Orchid #D87AD4

Tints of Orchid #D87AD4

Color information

#D87AD4 (or 0xD87AD4) is unknown color: approx Orchid. HEX triplet: D8, 7A and D4. RGB value is (216,122,212). Sum of RGB (Red+Green+Blue) = 216+122+212=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87AD4 is #27852B. Grayscale: #A0A0A0. Windows color (decimal): -2589996 or 13925080. OLE color: 13925080.

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

Color convert

RGB216122212-
CMYK00.440.020.15
HSL302.55º54.65%66.27%-
HSV(B)302.55º43.52%84.71%-
XYZ47.1633.2766.22-
YUV160.37157.14167.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 122 (48.05% from 255) = 22.18%
BLUE value IS 212 (83.20% from 255) = 38.55%
R=39.27%
G=22.18%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612221200.440.020.15302.5554.6566.27
HexD87AD402C2F12f3742
Octal33017232405421745767102
Binary1101100011110101101010001011001011111001011111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87AD4; }

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

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

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

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

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

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

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

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