#E36ADF

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

Shades of Orchid #E36ADF

Tints of Orchid #E36ADF

Color information

#E36ADF (or 0xE36ADF) is unknown color: approx Orchid. HEX triplet: E3, 6A and DF. RGB value is (227,106,223). Sum of RGB (Red+Green+Blue) = 227+106+223=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E36ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36ADF is #1C9520. Grayscale: #9B9B9B. Windows color (decimal): -1873185 or 14641891. OLE color: 14641891.

HSL color Cylindrical-coordinate representation of color #E36ADF: hue angle of 301.98º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36ADF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227106223-
CMYK00.530.020.11
HSL301.98º68.36%65.29%-
HSV(B)301.98º53.3%89.02%-
XYZ50.1531.9773.34-
YUV155.52166.09178.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.83%
GREEN value IS 106 (41.80% from 255) = 19.06%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=40.83%
G=19.06%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710622300.530.020.11301.9868.3665.29
HexE36ADF0352B12e4441
Octal343152337065213456104101
Binary11100011110101011011111011010110101110010111010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36ADF; }

 p { color: rgb(227,106,223); }

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

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

 a { background-color: rgb(227,106,223); }

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

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

 span { border-color: rgb(227,106,223); }

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