#E084D9

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

Shades of Orchid #E084D9

Tints of Orchid #E084D9

Color information

#E084D9 (or 0xE084D9) is unknown color: approx Orchid. HEX triplet: E0, 84 and D9. RGB value is (224,132,217). Sum of RGB (Red+Green+Blue) = 224+132+217=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E084D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084D9 is #1F7B26. Grayscale: #A8A8A8. Windows color (decimal): -2063143 or 14255328. OLE color: 14255328.

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

Color convert

RGB224132217-
CMYK00.410.030.12
HSL304.57º59.74%69.8%-
HSV(B)304.57º41.07%87.84%-
XYZ51.5237.3670.14-
YUV169.2154.98167.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=39.09%
G=23.04%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413221700.410.030.12304.5759.7469.8
HexE084D90293C1313c46
Octal34020433105131446174106
Binary11100000100001001101100101010011111001001100011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084D9; }

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

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

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

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

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

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

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

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