#E376DC

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

Shades of Orchid #E376DC

Tints of Orchid #E376DC

Color information

#E376DC (or 0xE376DC) is unknown color: approx Orchid. HEX triplet: E3, 76 and DC. RGB value is (227,118,220). Sum of RGB (Red+Green+Blue) = 227+118+220=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E376DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376DC is #1C8923. Grayscale: #A1A1A1. Windows color (decimal): -1870116 or 14448355. OLE color: 14448355.

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

Color convert

RGB227118220-
CMYK00.480.030.11
HSL303.85º66.06%67.65%-
HSV(B)303.85º48.02%89.02%-
XYZ51.0834.4671.67-
YUV162.22160.61174.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.18%
GREEN value IS 118 (46.48% from 255) = 20.88%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=40.18%
G=20.88%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711822000.480.030.11303.8566.0667.65
HexE376DC0303B1304244
Octal343166334060313460102104
Binary11100011111011011011100011000011101110011000010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E376DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E376DC; }

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

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

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

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

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

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

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

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