#E373D3

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

Shades of Orchid #E373D3

Tints of Orchid #E373D3

Color information

#E373D3 (or 0xE373D3) is unknown color: approx Orchid. HEX triplet: E3, 73 and D3. RGB value is (227,115,211). Sum of RGB (Red+Green+Blue) = 227+115+211=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E373D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373D3 is #1C8C2C. Grayscale: #9F9F9F. Windows color (decimal): -1870893 or 13857763. OLE color: 13857763.

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

Color convert

RGB227115211-
CMYK00.490.070.11
HSL308.57º66.67%67.06%-
HSV(B)308.57º49.34%89.02%-
XYZ49.5733.365.44-
YUV159.43157.11176.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 115 (45.31% from 255) = 20.80%
BLUE value IS 211 (82.81% from 255) = 38.16%
R=41.05%
G=20.80%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711521100.490.070.11308.5766.6767.06
HexE373D30317B1354343
Octal343163323061713465103103
Binary111000111110011110100110110001111101110011010110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E373D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E373D3; }

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

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

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

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

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

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

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

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