#E56FCE

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

Shades of Orchid #E56FCE

Tints of Orchid #E56FCE

Color information

#E56FCE (or 0xE56FCE) is unknown color: approx Orchid. HEX triplet: E5, 6F and CE. RGB value is (229,111,206). Sum of RGB (Red+Green+Blue) = 229+111+206=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FCE is #1A9031. Grayscale: #9C9C9C. Windows color (decimal): -1740850 or 13529061. OLE color: 13529061.

HSL color Cylindrical-coordinate representation of color #E56FCE: hue angle of 311.69º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FCE is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229111206-
CMYK00.520.100.10
HSL311.69º69.41%66.67%-
HSV(B)311.69º51.53%89.8%-
XYZ49.1432.4862.07-
YUV157.11155.59179.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.94%
GREEN value IS 111 (43.75% from 255) = 20.33%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=41.94%
G=20.33%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911120600.520.100.10311.6969.4166.67
HexE56FCE034AA1384543
Octal3451573160641212470105103
Binary1110010111011111100111001101001010101010011100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56FCE; }

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

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

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

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

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

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

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

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