#E376DE

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

Shades of Orchid #E376DE

Tints of Orchid #E376DE

Color information

#E376DE (or 0xE376DE) is unknown color: approx Orchid. HEX triplet: E3, 76 and DE. RGB value is (227,118,222). Sum of RGB (Red+Green+Blue) = 227+118+222=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E376DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376DE is #1C8921. Grayscale: #A2A2A2. Windows color (decimal): -1870114 or 14579427. OLE color: 14579427.

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

Color convert

RGB227118222-
CMYK00.480.020.11
HSL302.75º66.06%67.65%-
HSV(B)302.75º48.02%89.02%-
XYZ51.3434.5673.07-
YUV162.45161.61174.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 118 (46.48% from 255) = 20.81%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=40.04%
G=20.81%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711822200.480.020.11302.7566.0667.65
HexE376DE0302B12f4244
Octal343166336060213457102104
Binary11100011111011011011110011000010101110010111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E376DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E376DE; }

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

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

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

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

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

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

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

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