#E380D3

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

Shades of Orchid #E380D3

Tints of Orchid #E380D3

Color information

#E380D3 (or 0xE380D3) is unknown color: approx Orchid. HEX triplet: E3, 80 and D3. RGB value is (227,128,211). Sum of RGB (Red+Green+Blue) = 227+128+211=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E380D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380D3 is #1C7F2C. Grayscale: #A6A6A6. Windows color (decimal): -1867565 or 13861091. OLE color: 13861091.

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

Color convert

RGB227128211-
CMYK00.440.070.11
HSL309.7º63.87%69.61%-
HSV(B)309.7º43.61%89.02%-
XYZ51.1636.4765.97-
YUV167.06152.8170.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.11%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=40.11%
G=22.61%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712821100.440.070.11309.763.8769.61
HexE380D302C7B1364046
Octal343200323054713466100106
Binary1110001110000000110100110101100111101110011011010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380D3; }

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

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

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

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

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

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

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

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