#E36FCE

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

Shades of Orchid #E36FCE

Tints of Orchid #E36FCE

Color information

#E36FCE (or 0xE36FCE) is unknown color: approx Orchid. HEX triplet: E3, 6F and CE. RGB value is (227,111,206). Sum of RGB (Red+Green+Blue) = 227+111+206=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FCE is #1C9031. Grayscale: #9C9C9C. Windows color (decimal): -1871922 or 13529059. OLE color: 13529059.

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

Color convert

RGB227111206-
CMYK00.510.090.11
HSL310.86º67.44%66.27%-
HSV(B)310.86º51.1%89.02%-
XYZ48.532.1662.04-
YUV156.51155.93178.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 111 (43.75% from 255) = 20.40%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=41.73%
G=20.40%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711120600.510.090.11310.8667.4466.27
HexE36FCE0339B1374342
Octal3431573160631113467103102
Binary1110001111011111100111001100111001101110011011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36FCE; }

 p { color: rgb(227,111,206); }

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

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

 a { background-color: rgb(227,111,206); }

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

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

 span { border-color: rgb(227,111,206); }

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