#E379D9

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

Shades of Orchid #E379D9

Tints of Orchid #E379D9

Color information

#E379D9 (or 0xE379D9) is unknown color: approx Orchid. HEX triplet: E3, 79 and D9. RGB value is (227,121,217). Sum of RGB (Red+Green+Blue) = 227+121+217=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E379D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379D9 is #1C8626. Grayscale: #A3A3A3. Windows color (decimal): -1869351 or 14252515. OLE color: 14252515.

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

Color convert

RGB227121217-
CMYK00.470.040.11
HSL305.66º65.43%68.24%-
HSV(B)305.66º46.7%89.02%-
XYZ51.0435.0269.71-
YUV163.64158.12173.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.18%
GREEN value IS 121 (47.66% from 255) = 21.42%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=40.18%
G=21.42%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712121700.470.040.11305.6665.4368.24
HexE379D902F4B1324144
Octal343171331057413462101104
Binary111000111111001110110010101111100101110011001010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E379D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E379D9; }

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

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

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

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

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

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

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

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