#E376DF

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

Shades of Orchid #E376DF

Tints of Orchid #E376DF

Color information

#E376DF (or 0xE376DF) is unknown color: approx Orchid. HEX triplet: E3, 76 and DF. RGB value is (227,118,223). Sum of RGB (Red+Green+Blue) = 227+118+223=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E376DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376DF is #1C8920. Grayscale: #A2A2A2. Windows color (decimal): -1870113 or 14644963. OLE color: 14644963.

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

Color convert

RGB227118223-
CMYK00.480.020.11
HSL302.2º66.06%67.65%-
HSV(B)302.2º48.02%89.02%-
XYZ51.4834.6273.78-
YUV162.56162.11173.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 118 (46.48% from 255) = 20.77%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=39.96%
G=20.77%
B=39.26%

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
Decimal22711822300.480.020.11302.266.0667.65
HexE376DF0302B12e4244
Octal343166337060213456102104
Binary11100011111011011011111011000010101110010111010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E376DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E376DF; }

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

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

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

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

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

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

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

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