#D87ED2

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

Shades of Orchid #D87ED2

Tints of Orchid #D87ED2

Color information

#D87ED2 (or 0xD87ED2) is unknown color: approx Orchid. HEX triplet: D8, 7E and D2. RGB value is (216,126,210). Sum of RGB (Red+Green+Blue) = 216+126+210=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ED2 is #27812D. Grayscale: #A2A2A2. Windows color (decimal): -2588974 or 13795032. OLE color: 13795032.

HSL color Cylindrical-coordinate representation of color #D87ED2: hue angle of 304º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87ED2 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216126210-
CMYK00.420.030.15
HSL304º53.57%67.06%-
HSV(B)304º41.67%84.71%-
XYZ47.4134.1765.07-
YUV162.49154.82166.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 126 (49.61% from 255) = 22.83%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=39.13%
G=22.83%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612621000.420.030.1530453.5767.06
HexD87ED202A3F1303643
Octal33017632205231746066103
Binary1101100011111101101001001010101111111001100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87ED2; }

 p { color: rgb(216,126,210); }

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

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

 a { background-color: rgb(216,126,210); }

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

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

 span { border-color: rgb(216,126,210); }

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