#E070D9

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

Shades of Orchid #E070D9

Tints of Orchid #E070D9

Color information

#E070D9 (or 0xE070D9) is unknown color: approx Orchid. HEX triplet: E0, 70 and D9. RGB value is (224,112,217). Sum of RGB (Red+Green+Blue) = 224+112+217=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E070D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070D9 is #1F8F26. Grayscale: #9D9D9D. Windows color (decimal): -2068263 or 14250208. OLE color: 14250208.

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

Color convert

RGB224112217-
CMYK00.500.030.12
HSL303.75º64.37%65.88%-
HSV(B)303.75º50%87.84%-
XYZ49.0632.4569.32-
YUV157.46161.61175.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 112 (44.14% from 255) = 20.25%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=40.51%
G=20.25%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411221700.500.030.12303.7564.3765.88
HexE070D90323C1304042
Octal340160331062314460100102
Binary11100000111000011011001011001011110010011000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E070D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E070D9; }

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

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

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

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

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

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

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

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