#E473C7

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

Shades of Orchid #E473C7

Tints of Orchid #E473C7

Color information

#E473C7 (or 0xE473C7) is unknown color: approx Orchid. HEX triplet: E4, 73 and C7. RGB value is (228,115,199). Sum of RGB (Red+Green+Blue) = 228+115+199=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E473C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473C7 is #1B8C38. Grayscale: #9E9E9E. Windows color (decimal): -1805369 or 13071332. OLE color: 13071332.

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

Color convert

RGB228115199-
CMYK00.500.130.11
HSL315.4º67.66%67.25%-
HSV(B)315.4º49.56%89.41%-
XYZ48.4332.8857.83-
YUV158.36150.94177.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.07%
GREEN value IS 115 (45.31% from 255) = 21.22%
BLUE value IS 199 (78.12% from 255) = 36.72%
R=42.07%
G=21.22%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811519900.500.130.11315.467.6667.25
HexE473C7032DB13b4443
Octal3441633070621513473104103
Binary1110010011100111100011101100101101101110011101110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E473C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E473C7; }

 p { color: rgb(228,115,199); }

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

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

 a { background-color: rgb(228,115,199); }

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

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

 span { border-color: rgb(228,115,199); }

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