#E36CD0

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

Shades of Orchid #E36CD0

Tints of Orchid #E36CD0

Color information

#E36CD0 (or 0xE36CD0) is unknown color: approx Orchid. HEX triplet: E3, 6C and D0. RGB value is (227,108,208). Sum of RGB (Red+Green+Blue) = 227+108+208=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36CD0 is #1C932F. Grayscale: #9A9A9A. Windows color (decimal): -1872688 or 13659363. OLE color: 13659363.

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

Color convert

RGB227108208-
CMYK00.520.080.11
HSL309.58º68%65.69%-
HSV(B)309.58º52.42%89.02%-
XYZ48.4331.6163.22-
YUV154.98157.92179.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.80%
GREEN value IS 108 (42.58% from 255) = 19.89%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=41.80%
G=19.89%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710820800.520.080.11309.586865.69
HexE36CD00348B1364442
Octal3431543200641013466104102
Binary1110001111011001101000001101001000101110011011010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36CD0; }

 p { color: rgb(227,108,208); }

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

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

 a { background-color: rgb(227,108,208); }

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

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

 span { border-color: rgb(227,108,208); }

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