#e37cd0

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

Shades of Orchid #E37CD0

Tints of Orchid #E37CD0

Color information

#E37CD0 (or 0xE37CD0) is unknown color: approx Orchid. HEX triplet: E3, 7C and D0. RGB value is (227,124,208). Sum of RGB (Red+Green+Blue) = 227+124+208=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CD0 is #1C832F. Grayscale: #A4A4A4. Windows color (decimal): -1868592 or 13663459. OLE color: 13663459.

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

Color convert

RGB227124208-
CMYK00.450.080.11
HSL311.07º64.78%68.82%-
HSV(B)311.07º45.37%89.02%-
XYZ50.2735.363.84-
YUV164.37152.62172.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 124 (48.83% from 255) = 22.18%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=40.61%
G=22.18%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712420800.450.080.11311.0764.7868.82
HexE37CD002D8B1374145
Octal3431743200551013467101105
Binary1110001111111001101000001011011000101110011011110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e37cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e37cd0; }

 p { color: rgb(227,124,208); }

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

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

 a { background-color: rgb(227,124,208); }

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

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

 span { border-color: rgb(227,124,208); }

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