#E376D4

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

Shades of Orchid #E376D4

Tints of Orchid #E376D4

Color information

#E376D4 (or 0xE376D4) is unknown color: approx Orchid. HEX triplet: E3, 76 and D4. RGB value is (227,118,212). Sum of RGB (Red+Green+Blue) = 227+118+212=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E376D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376D4 is #1C892B. Grayscale: #A1A1A1. Windows color (decimal): -1870124 or 13924067. OLE color: 13924067.

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

Color convert

RGB227118212-
CMYK00.480.070.11
HSL308.26º66.06%67.65%-
HSV(B)308.26º48.02%89.02%-
XYZ50.0434.0466.22-
YUV161.31156.61174.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.75%
GREEN value IS 118 (46.48% from 255) = 21.18%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=40.75%
G=21.18%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711821200.480.070.11308.2666.0667.65
HexE376D40307B1344244
Octal343166324060713464102104
Binary111000111110110110101000110000111101110011010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E376D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E376D4; }

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

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

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

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

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

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

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

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