#E36DCA

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

Shades of Orchid #E36DCA

Tints of Orchid #E36DCA

Color information

#E36DCA (or 0xE36DCA) is unknown color: approx Orchid. HEX triplet: E3, 6D and CA. RGB value is (227,109,202). Sum of RGB (Red+Green+Blue) = 227+109+202=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DCA is #1C9235. Grayscale: #9A9A9A. Windows color (decimal): -1872438 or 13266403. OLE color: 13266403.

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

Color convert

RGB227109202-
CMYK00.520.110.11
HSL312.71º67.82%65.88%-
HSV(B)312.71º51.98%89.02%-
XYZ47.8131.5359.44-
YUV154.88154.59179.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.19%
GREEN value IS 109 (42.97% from 255) = 20.26%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=42.19%
G=20.26%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710920200.520.110.11312.7167.8265.88
HexE36DCA034BB1394442
Octal3431553120641313471104102
Binary1110001111011011100101001101001011101110011100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36DCA; }

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

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

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

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

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

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

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

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