#E46DE7

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

Shades of Orchid #E46DE7

Tints of Orchid #E46DE7

Color information

#E46DE7 (or 0xE46DE7) is unknown color: approx Orchid. HEX triplet: E4, 6D and E7. RGB value is (228,109,231). Sum of RGB (Red+Green+Blue) = 228+109+231=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #E46DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46DE7 is #1B9218. Grayscale: #9E9E9E. Windows color (decimal): -1806873 or 15166948. OLE color: 15166948.

HSL color Cylindrical-coordinate representation of color #E46DE7: hue angle of 298.52º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46DE7 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228109231-
CMYK0.010.5300.09
HSL298.52º71.76%66.67%-
HSV(B)298.52º52.81%90.59%-
XYZ51.8933.279.27-
YUV158.49168.92177.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.14%
GREEN value IS 109 (42.97% from 255) = 19.19%
BLUE value IS 231 (90.62% from 255) = 40.67%
R=40.14%
G=19.19%
B=40.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281092310.010.5300.09298.5271.7666.67
HexE46DE71350912b4843
Octal344155347165011453110103
Binary1110010011011011110011111101010100110010101110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46DE7; }

 p { color: rgb(228,109,231); }

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

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

 a { background-color: rgb(228,109,231); }

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

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

 span { border-color: rgb(228,109,231); }

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