#e086d9

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

Shades of Orchid #E086D9

Tints of Orchid #E086D9

Color information

#E086D9 (or 0xE086D9) is unknown color: approx Orchid. HEX triplet: E0, 86 and D9. RGB value is (224,134,217). Sum of RGB (Red+Green+Blue) = 224+134+217=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E086D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086D9 is #1F7926. Grayscale: #AAAAAA. Windows color (decimal): -2062631 or 14255840. OLE color: 14255840.

HSL color Cylindrical-coordinate representation of color #E086D9: hue angle of 304.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E086D9 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224134217-
CMYK00.400.030.12
HSL304.67º59.21%70.2%-
HSV(B)304.67º40.18%87.84%-
XYZ51.7937.9170.23-
YUV170.37154.32166.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=38.96%
G=23.30%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413421700.400.030.12304.6759.2170.2
HexE086D90283C1313b46
Octal34020633105031446173106
Binary11100000100001101101100101010001111001001100011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e086d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e086d9; }

 p { color: rgb(224,134,217); }

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

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

 a { background-color: rgb(224,134,217); }

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

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

 span { border-color: rgb(224,134,217); }

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