#e070dd

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

Shades of Orchid #E070DD

Tints of Orchid #E070DD

Color information

#E070DD (or 0xE070DD) is unknown color: approx Orchid. HEX triplet: E0, 70 and DD. RGB value is (224,112,221). Sum of RGB (Red+Green+Blue) = 224+112+221=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E070DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070DD is #1F8F22. Grayscale: #9D9D9D. Windows color (decimal): -2068259 or 14512352. OLE color: 14512352.

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

Color convert

RGB224112221-
CMYK00.500.010.12
HSL301.61º64.37%65.88%-
HSV(B)301.61º50%87.84%-
XYZ49.5932.6672.1-
YUV157.91163.61175.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 112 (44.14% from 255) = 20.11%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=40.22%
G=20.11%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411222100.500.010.12301.6164.3765.88
HexE070DD0321C12e4042
Octal340160335062114456100102
Binary1110000011100001101110101100101110010010111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e070dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e070dd; }

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

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

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

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

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

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

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

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