#E376D1

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

Shades of Orchid #E376D1

Tints of Orchid #E376D1

Color information

#E376D1 (or 0xE376D1) is unknown color: approx Orchid. HEX triplet: E3, 76 and D1. RGB value is (227,118,209). Sum of RGB (Red+Green+Blue) = 227+118+209=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E376D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376D1 is #1C892E. Grayscale: #A0A0A0. Windows color (decimal): -1870127 or 13727459. OLE color: 13727459.

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

Color convert

RGB227118209-
CMYK00.480.080.11
HSL309.91º66.06%67.65%-
HSV(B)309.91º48.02%89.02%-
XYZ49.6733.8964.25-
YUV160.96155.11175.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.97%
GREEN value IS 118 (46.48% from 255) = 21.30%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=40.97%
G=21.30%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711820900.480.080.11309.9166.0667.65
HexE376D10308B1364244
Octal3431663210601013466102104
Binary1110001111101101101000101100001000101110011011010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E376D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E376D1; }

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

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

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

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

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

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

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

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