#E37BDE

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

Shades of Orchid #E37BDE

Tints of Orchid #E37BDE

Color information

#E37BDE (or 0xE37BDE) is unknown color: approx Orchid. HEX triplet: E3, 7B and DE. RGB value is (227,123,222). Sum of RGB (Red+Green+Blue) = 227+123+222=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BDE is #1C8421. Grayscale: #A5A5A5. Windows color (decimal): -1868834 or 14580707. OLE color: 14580707.

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

Color convert

RGB227123222-
CMYK00.460.020.11
HSL302.88º65%68.63%-
HSV(B)302.88º45.81%89.02%-
XYZ51.9535.7773.27-
YUV165.38159.96171.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.69%
GREEN value IS 123 (48.44% from 255) = 21.50%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=39.69%
G=21.50%
B=38.81%

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
Decimal22712322200.460.020.11302.886568.63
HexE37BDE02E2B12f4145
Octal343173336056213457101105
Binary11100011111101111011110010111010101110010111110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37BDE; }

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

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

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

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

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

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

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

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