#E36DC8

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

Shades of Orchid #E36DC8

Tints of Orchid #E36DC8

Color information

#E36DC8 (or 0xE36DC8) is unknown color: approx Orchid. HEX triplet: E3, 6D and C8. RGB value is (227,109,200). Sum of RGB (Red+Green+Blue) = 227+109+200=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DC8 is #1C9237. Grayscale: #9A9A9A. Windows color (decimal): -1872440 or 13135331. OLE color: 13135331.

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

Color convert

RGB227109200-
CMYK00.520.120.11
HSL313.73º67.82%65.88%-
HSV(B)313.73º51.98%89.02%-
XYZ47.5731.4458.2-
YUV154.66153.59179.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.35%
GREEN value IS 109 (42.97% from 255) = 20.34%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=42.35%
G=20.34%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710920000.520.120.11313.7367.8265.88
HexE36DC8034CB13a4442
Octal3431553100641413472104102
Binary1110001111011011100100001101001100101110011101010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36DC8; }

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

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

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

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

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

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

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

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