#e383d2

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

Shades of Orchid #E383D2

Tints of Orchid #E383D2

Color information

#E383D2 (or 0xE383D2) is unknown color: approx Orchid. HEX triplet: E3, 83 and D2. RGB value is (227,131,210). Sum of RGB (Red+Green+Blue) = 227+131+210=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E383D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383D2 is #1C7C2D. Grayscale: #A8A8A8. Windows color (decimal): -1866798 or 13796323. OLE color: 13796323.

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

Color convert

RGB227131210-
CMYK00.420.070.11
HSL310.62º63.16%70.2%-
HSV(B)310.62º42.29%89.02%-
XYZ51.4337.2265.45-
YUV168.71151.3169.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 131 (51.56% from 255) = 23.06%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=39.96%
G=23.06%
B=36.97%

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
Decimal22713121000.420.070.11310.6263.1670.2
HexE383D202A7B1373f46
Octal34320332205271346777106
Binary111000111000001111010010010101011110111001101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e383d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e383d2; }

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

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

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

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

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

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

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

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