#E07ADD

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

Shades of Orchid #E07ADD

Tints of Orchid #E07ADD

Color information

#E07ADD (or 0xE07ADD) is unknown color: approx Orchid. HEX triplet: E0, 7A and DD. RGB value is (224,122,221). Sum of RGB (Red+Green+Blue) = 224+122+221=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ADD is #1F8522. Grayscale: #A3A3A3. Windows color (decimal): -2065699 or 14514912. OLE color: 14514912.

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

Color convert

RGB224122221-
CMYK00.460.010.12
HSL301.76º62.2%67.84%-
HSV(B)301.76º45.54%87.84%-
XYZ50.7534.9972.48-
YUV163.78160.29170.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 122 (48.05% from 255) = 21.52%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=39.51%
G=21.52%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412222100.460.010.12301.7662.267.84
HexE07ADD02E1C12e3e44
Octal34017233505611445676104
Binary111000001111010110111010101110111001001011101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07ADD; }

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

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

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

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

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

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

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

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