#E37CD4

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

Shades of Orchid #E37CD4

Tints of Orchid #E37CD4

Color information

#E37CD4 (or 0xE37CD4) is unknown color: approx Orchid. HEX triplet: E3, 7C and D4. RGB value is (227,124,212). Sum of RGB (Red+Green+Blue) = 227+124+212=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CD4 is #1C832B. Grayscale: #A4A4A4. Windows color (decimal): -1868588 or 13925603. OLE color: 13925603.

HSL color Cylindrical-coordinate representation of color #E37CD4: hue angle of 308.74º 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 #E37CD4 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB227124212-
CMYK00.450.070.11
HSL308.74º64.78%68.82%-
HSV(B)308.74º45.37%89.02%-
XYZ50.7735.566.46-
YUV164.83154.62172.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 124 (48.83% from 255) = 22.02%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=40.32%
G=22.02%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712421200.450.070.11308.7464.7868.82
HexE37CD402D7B1354145
Octal343174324055713465101105
Binary111000111111100110101000101101111101110011010110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37CD4; }

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

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

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

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

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

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

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

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