#E084D0

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

Shades of Orchid #E084D0

Tints of Orchid #E084D0

Color information

#E084D0 (or 0xE084D0) is unknown color: approx Orchid. HEX triplet: E0, 84 and D0. RGB value is (224,132,208). Sum of RGB (Red+Green+Blue) = 224+132+208=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E084D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084D0 is #1F7B2F. Grayscale: #A7A7A7. Windows color (decimal): -2063152 or 13665504. OLE color: 13665504.

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

Color convert

RGB224132208-
CMYK00.410.070.12
HSL310.43º59.74%69.8%-
HSV(B)310.43º41.07%87.84%-
XYZ50.3836.964.14-
YUV168.17150.48167.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=39.72%
G=23.40%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413220800.410.070.12310.4359.7469.8
HexE084D00297C1363c46
Octal34020432005171446674106
Binary111000001000010011010000010100111111001001101101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084D0; }

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

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

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

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

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

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

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

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