#e070d5

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

Shades of Orchid #E070D5

Tints of Orchid #E070D5

Color information

#E070D5 (or 0xE070D5) is unknown color: approx Orchid. HEX triplet: E0, 70 and D5. RGB value is (224,112,213). Sum of RGB (Red+Green+Blue) = 224+112+213=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E070D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070D5 is #1F8F2A. Grayscale: #9C9C9C. Windows color (decimal): -2068267 or 13988064. OLE color: 13988064.

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

Color convert

RGB224112213-
CMYK00.500.050.12
HSL305.89º64.37%65.88%-
HSV(B)305.89º50%87.84%-
XYZ48.5432.2466.62-
YUV157159.61175.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 112 (44.14% from 255) = 20.40%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=40.80%
G=20.40%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411221300.500.050.12305.8964.3765.88
HexE070D50325C1324042
Octal340160325062514462100102
Binary111000001110000110101010110010101110010011001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e070d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e070d5; }

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

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

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

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

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

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

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

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