#E37DDF

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

Shades of Orchid #E37DDF

Tints of Orchid #E37DDF

Color information

#E37DDF (or 0xE37DDF) is unknown color: approx Orchid. HEX triplet: E3, 7D and DF. RGB value is (227,125,223). Sum of RGB (Red+Green+Blue) = 227+125+223=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DDF is #1C8220. Grayscale: #A6A6A6. Windows color (decimal): -1868321 or 14646755. OLE color: 14646755.

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

Color convert

RGB227125223-
CMYK00.450.020.11
HSL302.35º64.56%69.02%-
HSV(B)302.35º44.93%89.02%-
XYZ52.3336.3374.07-
YUV166.67159.79171.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.48%
GREEN value IS 125 (49.22% from 255) = 21.74%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=39.48%
G=21.74%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712522300.450.020.11302.3564.5669.02
HexE37DDF02D2B12e4145
Octal343175337055213456101105
Binary11100011111110111011111010110110101110010111010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37DDF; }

 p { color: rgb(227,125,223); }

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

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

 a { background-color: rgb(227,125,223); }

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

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

 span { border-color: rgb(227,125,223); }

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