#E46CE7

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

Shades of Orchid #E46CE7

Tints of Orchid #E46CE7

Color information

#E46CE7 (or 0xE46CE7) is unknown color: approx Orchid. HEX triplet: E4, 6C and E7. RGB value is (228,108,231). Sum of RGB (Red+Green+Blue) = 228+108+231=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #E46CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46CE7 is #1B9318. Grayscale: #9D9D9D. Windows color (decimal): -1807129 or 15166692. OLE color: 15166692.

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

Color convert

RGB228108231-
CMYK0.010.5300.09
HSL298.54º71.93%66.47%-
HSV(B)298.54º53.25%90.59%-
XYZ51.7832.9979.24-
YUV157.9169.26178-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.21%
GREEN value IS 108 (42.58% from 255) = 19.05%
BLUE value IS 231 (90.62% from 255) = 40.74%
R=40.21%
G=19.05%
B=40.74%

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
Decimal2281082310.010.5300.09298.5471.9366.47
HexE46CE71350912b4842
Octal344154347165011453110102
Binary1110010011011001110011111101010100110010101110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46CE7; }

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

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

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

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

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

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

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

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