#E073DD

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

Shades of Orchid #E073DD

Tints of Orchid #E073DD

Color information

#E073DD (or 0xE073DD) is unknown color: approx Orchid. HEX triplet: E0, 73 and DD. RGB value is (224,115,221). Sum of RGB (Red+Green+Blue) = 224+115+221=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E073DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073DD is #1F8C22. Grayscale: #9F9F9F. Windows color (decimal): -2067491 or 14513120. OLE color: 14513120.

HSL color Cylindrical-coordinate representation of color #E073DD: hue angle of 301.65º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073DD is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224115221-
CMYK00.490.010.12
HSL301.65º63.74%66.47%-
HSV(B)301.65º48.66%87.84%-
XYZ49.9233.3372.21-
YUV159.68162.61173.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=40%
G=20.54%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411522100.490.010.12301.6563.7466.47
HexE073DD0311C12e4042
Octal340163335061114456100102
Binary1110000011100111101110101100011110010010111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E073DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E073DD; }

 p { color: rgb(224,115,221); }

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

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

 a { background-color: rgb(224,115,221); }

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

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

 span { border-color: rgb(224,115,221); }

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