#e382da

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

Shades of Orchid #E382DA

Tints of Orchid #E382DA

Color information

#E382DA (or 0xE382DA) is unknown color: approx Orchid. HEX triplet: E3, 82 and DA. RGB value is (227,130,218). Sum of RGB (Red+Green+Blue) = 227+130+218=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E382DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382DA is #1C7D25. Grayscale: #A8A8A8. Windows color (decimal): -1867046 or 14320355. OLE color: 14320355.

HSL color Cylindrical-coordinate representation of color #E382DA: hue angle of 305.57º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382DA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB227130218-
CMYK00.430.040.11
HSL305.57º63.4%70%-
HSV(B)305.57º42.73%89.02%-
XYZ52.3237.3670.78-
YUV169.04155.64169.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.48%
GREEN value IS 130 (51.17% from 255) = 22.61%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=39.48%
G=22.61%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713021800.430.040.11305.5763.470
HexE382DA02B4B1323f46
Octal34320233205341346277106
Binary111000111000001011011010010101110010111001100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e382da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e382da; }

 p { color: rgb(227,130,218); }

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

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

 a { background-color: rgb(227,130,218); }

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

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

 span { border-color: rgb(227,130,218); }

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