#E36FCC

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

Shades of Orchid #E36FCC

Tints of Orchid #E36FCC

Color information

#E36FCC (or 0xE36FCC) is unknown color: approx Orchid. HEX triplet: E3, 6F and CC. RGB value is (227,111,204). Sum of RGB (Red+Green+Blue) = 227+111+204=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FCC is #1C9033. Grayscale: #9C9C9C. Windows color (decimal): -1871924 or 13397987. OLE color: 13397987.

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

Color convert

RGB227111204-
CMYK00.510.100.11
HSL311.9º67.44%66.27%-
HSV(B)311.9º51.1%89.02%-
XYZ48.2632.0660.77-
YUV156.29154.93178.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.88%
GREEN value IS 111 (43.75% from 255) = 20.48%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=41.88%
G=20.48%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711120400.510.100.11311.967.4466.27
HexE36FCC033AB1384342
Octal3431573140631213470103102
Binary1110001111011111100110001100111010101110011100010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36FCC; }

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

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

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

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

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

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

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

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