#E37ACC

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

Shades of Orchid #E37ACC

Tints of Orchid #E37ACC

Color information

#E37ACC (or 0xE37ACC) is unknown color: approx Orchid. HEX triplet: E3, 7A and CC. RGB value is (227,122,204). Sum of RGB (Red+Green+Blue) = 227+122+204=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ACC is #1C8533. Grayscale: #A2A2A2. Windows color (decimal): -1869108 or 13400803. OLE color: 13400803.

HSL color Cylindrical-coordinate representation of color #E37ACC: hue angle of 313.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37ACC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB227122204-
CMYK00.460.100.11
HSL313.14º65.22%68.43%-
HSV(B)313.14º46.26%89.02%-
XYZ49.5434.6161.2-
YUV162.74151.29173.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=41.05%
G=22.06%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712220400.460.100.11313.1465.2268.43
HexE37ACC02EAB1394144
Octal3431723140561213471101104
Binary1110001111110101100110001011101010101110011100110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37ACC; }

 p { color: rgb(227,122,204); }

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

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

 a { background-color: rgb(227,122,204); }

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

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

 span { border-color: rgb(227,122,204); }

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