#E36DE6

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

Shades of Orchid #E36DE6

Tints of Orchid #E36DE6

Color information

#E36DE6 (or 0xE36DE6) is unknown color: approx Orchid. HEX triplet: E3, 6D and E6. RGB value is (227,109,230). Sum of RGB (Red+Green+Blue) = 227+109+230=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #E36DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36DE6 is #1C9219. Grayscale: #9D9D9D. Windows color (decimal): -1872410 or 15101411. OLE color: 15101411.

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

Color convert

RGB227109230-
CMYK0.010.5300.10
HSL298.51º70.76%66.47%-
HSV(B)298.51º52.61%90.2%-
XYZ51.4332.9878.52-
YUV158.08168.59177.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.11%
GREEN value IS 109 (42.97% from 255) = 19.26%
BLUE value IS 230 (90.23% from 255) = 40.64%
R=40.11%
G=19.26%
B=40.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271092300.010.5300.10298.5170.7666.47
HexE36DE61350A12b4742
Octal343155346165012453107102
Binary1110001111011011110011011101010101010010101110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36DE6; }

 p { color: rgb(227,109,230); }

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

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

 a { background-color: rgb(227,109,230); }

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

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

 span { border-color: rgb(227,109,230); }

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