#E37BDF

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

Shades of Orchid #E37BDF

Tints of Orchid #E37BDF

Color information

#E37BDF (or 0xE37BDF) is unknown color: approx Orchid. HEX triplet: E3, 7B and DF. RGB value is (227,123,223). Sum of RGB (Red+Green+Blue) = 227+123+223=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BDF is #1C8420. Grayscale: #A5A5A5. Windows color (decimal): -1868833 or 14646243. OLE color: 14646243.

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

Color convert

RGB227123223-
CMYK00.460.020.11
HSL302.31º65%68.63%-
HSV(B)302.31º45.81%89.02%-
XYZ52.0835.8273.98-
YUV165.5160.46171.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.62%
GREEN value IS 123 (48.44% from 255) = 21.47%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=39.62%
G=21.47%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712322300.460.020.11302.316568.63
HexE37BDF02E2B12e4145
Octal343173337056213456101105
Binary11100011111101111011111010111010101110010111010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37BDF; }

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

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

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

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

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

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

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

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