#E36DCB

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

Shades of Orchid #E36DCB

Tints of Orchid #E36DCB

Color information

#E36DCB (or 0xE36DCB) is unknown color: approx Orchid. HEX triplet: E3, 6D and CB. RGB value is (227,109,203). Sum of RGB (Red+Green+Blue) = 227+109+203=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DCB is #1C9234. Grayscale: #9A9A9A. Windows color (decimal): -1872437 or 13331939. OLE color: 13331939.

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

Color convert

RGB227109203-
CMYK00.520.110.11
HSL312.2º67.82%65.88%-
HSV(B)312.2º51.98%89.02%-
XYZ47.9331.5860.07-
YUV155155.09179.36-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.12%
GREEN value IS 109 (42.97% from 255) = 20.22%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=42.12%
G=20.22%
B=37.66%

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
Decimal22710920300.520.110.11312.267.8265.88
HexE36DCB034BB1384442
Octal3431553130641313470104102
Binary1110001111011011100101101101001011101110011100010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36DCB; }

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

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

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

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

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

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

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

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