#E374D4

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

Shades of Orchid #E374D4

Tints of Orchid #E374D4

Color information

#E374D4 (or 0xE374D4) is unknown color: approx Orchid. HEX triplet: E3, 74 and D4. RGB value is (227,116,212). Sum of RGB (Red+Green+Blue) = 227+116+212=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E374D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374D4 is #1C8B2B. Grayscale: #9F9F9F. Windows color (decimal): -1870636 or 13923555. OLE color: 13923555.

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

Color convert

RGB227116212-
CMYK00.490.070.11
HSL308.11º66.47%67.25%-
HSV(B)308.11º48.9%89.02%-
XYZ49.8133.5866.14-
YUV160.13157.27175.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.90%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=40.90%
G=20.90%
B=38.20%

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
Decimal22711621200.490.070.11308.1166.4767.25
HexE374D40317B1344243
Octal343164324061713464102103
Binary111000111110100110101000110001111101110011010010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374D4; }

 p { color: rgb(227,116,212); }

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

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

 a { background-color: rgb(227,116,212); }

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

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

 span { border-color: rgb(227,116,212); }

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