#E084D3

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

Shades of Orchid #E084D3

Tints of Orchid #E084D3

Color information

#E084D3 (or 0xE084D3) is unknown color: approx Orchid. HEX triplet: E0, 84 and D3. RGB value is (224,132,211). Sum of RGB (Red+Green+Blue) = 224+132+211=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E084D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084D3 is #1F7B2C. Grayscale: #A8A8A8. Windows color (decimal): -2063149 or 13862112. OLE color: 13862112.

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

Color convert

RGB224132211-
CMYK00.410.060.12
HSL308.48º59.74%69.8%-
HSV(B)308.48º41.07%87.84%-
XYZ50.7537.0566.11-
YUV168.51151.98167.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 211 (82.81% from 255) = 37.21%
R=39.51%
G=23.28%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413221100.410.060.12308.4859.7469.8
HexE084D30296C1343c46
Octal34020432305161446474106
Binary111000001000010011010011010100111011001001101001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084D3; }

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

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

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

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

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

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

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

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