#E380DD

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

Shades of Orchid #E380DD

Tints of Orchid #E380DD

Color information

#E380DD (or 0xE380DD) is unknown color: approx Orchid. HEX triplet: E3, 80 and DD. RGB value is (227,128,221). Sum of RGB (Red+Green+Blue) = 227+128+221=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E380DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380DD is #1C7F22. Grayscale: #A7A7A7. Windows color (decimal): -1867555 or 14516451. OLE color: 14516451.

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

Color convert

RGB227128221-
CMYK00.440.030.11
HSL303.64º63.87%69.61%-
HSV(B)303.64º43.61%89.02%-
XYZ52.4536.9972.78-
YUV168.2157.8169.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.41%
GREEN value IS 128 (50.39% from 255) = 22.22%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=39.41%
G=22.22%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712822100.440.030.11303.6463.8769.61
HexE380DD02C3B1304046
Octal343200335054313460100106
Binary111000111000000011011101010110011101110011000010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380DD; }

 p { color: rgb(227,128,221); }

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

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

 a { background-color: rgb(227,128,221); }

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

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

 span { border-color: rgb(227,128,221); }

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