#E36AD7

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

Shades of Orchid #E36AD7

Tints of Orchid #E36AD7

Color information

#E36AD7 (or 0xE36AD7) is unknown color: approx Orchid. HEX triplet: E3, 6A and D7. RGB value is (227,106,215). Sum of RGB (Red+Green+Blue) = 227+106+215=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD7 is #1C9528. Grayscale: #9A9A9A. Windows color (decimal): -1873193 or 14117603. OLE color: 14117603.

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

Color convert

RGB227106215-
CMYK00.530.050.11
HSL305.95º68.36%65.29%-
HSV(B)305.95º53.3%89.02%-
XYZ49.131.5567.79-
YUV154.6162.09179.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 106 (41.80% from 255) = 19.34%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=41.42%
G=19.34%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710621500.530.050.11305.9568.3665.29
HexE36AD70355B1324441
Octal343152327065513462104101
Binary111000111101010110101110110101101101110011001010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36AD7; }

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

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

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

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

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

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

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

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