#D87ED5

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

Shades of Orchid #D87ED5

Tints of Orchid #D87ED5

Color information

#D87ED5 (or 0xD87ED5) is unknown color: approx Orchid. HEX triplet: D8, 7E and D5. RGB value is (216,126,213). Sum of RGB (Red+Green+Blue) = 216+126+213=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ED5 is #27812A. Grayscale: #A2A2A2. Windows color (decimal): -2588971 or 13991640. OLE color: 13991640.

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

Color convert

RGB216126213-
CMYK00.420.010.15
HSL302º53.57%67.06%-
HSV(B)302º41.67%84.71%-
XYZ47.7934.3267.06-
YUV162.83156.32165.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 126 (49.61% from 255) = 22.70%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=38.92%
G=22.70%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612621300.420.010.1530253.5767.06
HexD87ED502A1F12e3643
Octal33017632505211745666103
Binary110110001111110110101010101010111111001011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87ED5; }

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

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

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

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

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

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

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

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