#E084D4

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

Shades of Orchid #E084D4

Tints of Orchid #E084D4

Color information

#E084D4 (or 0xE084D4) is unknown color: approx Orchid. HEX triplet: E0, 84 and D4. RGB value is (224,132,212). Sum of RGB (Red+Green+Blue) = 224+132+212=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E084D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084D4 is #1F7B2B. Grayscale: #A8A8A8. Windows color (decimal): -2063148 or 13927648. OLE color: 13927648.

HSL color Cylindrical-coordinate representation of color #E084D4: hue angle of 307.83º 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 #E084D4 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB224132212-
CMYK00.410.050.12
HSL307.83º59.74%69.8%-
HSV(B)307.83º41.07%87.84%-
XYZ50.8837.166.77-
YUV168.63152.48167.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=39.44%
G=23.24%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413221200.410.050.12307.8359.7469.8
HexE084D40295C1343c46
Octal34020432405151446474106
Binary111000001000010011010100010100110111001001101001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084D4; }

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

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

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

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

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

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

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

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