#E373D6

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

Shades of Orchid #E373D6

Tints of Orchid #E373D6

Color information

#E373D6 (or 0xE373D6) is unknown color: approx Orchid. HEX triplet: E3, 73 and D6. RGB value is (227,115,214). Sum of RGB (Red+Green+Blue) = 227+115+214=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E373D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373D6 is #1C8C29. Grayscale: #9F9F9F. Windows color (decimal): -1870890 or 14054371. OLE color: 14054371.

HSL color Cylindrical-coordinate representation of color #E373D6: hue angle of 306.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373D6 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB227115214-
CMYK00.490.060.11
HSL306.96º66.67%67.06%-
HSV(B)306.96º49.34%89.02%-
XYZ49.9533.4567.44-
YUV159.77158.61175.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.83%
GREEN value IS 115 (45.31% from 255) = 20.68%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=40.83%
G=20.68%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711521400.490.060.11306.9666.6767.06
HexE373D60316B1334343
Octal343163326061613463103103
Binary111000111110011110101100110001110101110011001110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E373D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E373D6; }

 p { color: rgb(227,115,214); }

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

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

 a { background-color: rgb(227,115,214); }

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

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

 span { border-color: rgb(227,115,214); }

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