#E379D3

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

Shades of Orchid #E379D3

Tints of Orchid #E379D3

Color information

#E379D3 (or 0xE379D3) is unknown color: approx Orchid. HEX triplet: E3, 79 and D3. RGB value is (227,121,211). Sum of RGB (Red+Green+Blue) = 227+121+211=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E379D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379D3 is #1C862C. Grayscale: #A2A2A2. Windows color (decimal): -1869357 or 13859299. OLE color: 13859299.

HSL color Cylindrical-coordinate representation of color #E379D3: hue angle of 309.06º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379D3 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB227121211-
CMYK00.470.070.11
HSL309.06º65.43%68.24%-
HSV(B)309.06º46.7%89.02%-
XYZ50.2734.7165.68-
YUV162.95155.12173.68-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 121 (47.66% from 255) = 21.65%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=40.61%
G=21.65%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712121100.470.070.11309.0665.4368.24
HexE379D302F7B1354144
Octal343171323057713465101104
Binary111000111111001110100110101111111101110011010110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E379D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E379D3; }

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

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

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

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

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

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

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

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