#E383D4

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

Shades of Orchid #E383D4

Tints of Orchid #E383D4

Color information

#E383D4 (or 0xE383D4) is unknown color: approx Orchid. HEX triplet: E3, 83 and D4. RGB value is (227,131,212). Sum of RGB (Red+Green+Blue) = 227+131+212=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E383D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383D4 is #1C7C2B. Grayscale: #A8A8A8. Windows color (decimal): -1866796 or 13927395. OLE color: 13927395.

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

Color convert

RGB227131212-
CMYK00.420.070.11
HSL309.38º63.16%70.2%-
HSV(B)309.38º42.29%89.02%-
XYZ51.6837.3266.77-
YUV168.94152.3169.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 131 (51.56% from 255) = 22.98%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=39.82%
G=22.98%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713121200.420.070.11309.3863.1670.2
HexE383D402A7B1353f46
Octal34320332405271346577106
Binary111000111000001111010100010101011110111001101011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383D4; }

 p { color: rgb(227,131,212); }

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

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

 a { background-color: rgb(227,131,212); }

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

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

 span { border-color: rgb(227,131,212); }

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