#E56CCE

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

Shades of Orchid #E56CCE

Tints of Orchid #E56CCE

Color information

#E56CCE (or 0xE56CCE) is unknown color: approx Orchid. HEX triplet: E5, 6C and CE. RGB value is (229,108,206). Sum of RGB (Red+Green+Blue) = 229+108+206=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CCE is #1A9331. Grayscale: #9B9B9B. Windows color (decimal): -1741618 or 13528293. OLE color: 13528293.

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

Color convert

RGB229108206-
CMYK00.530.100.10
HSL311.4º69.94%66.08%-
HSV(B)311.4º52.84%89.8%-
XYZ48.8231.8461.97-
YUV155.35156.59180.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.17%
GREEN value IS 108 (42.58% from 255) = 19.89%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=42.17%
G=19.89%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910820600.530.100.10311.469.9466.08
HexE56CCE035AA1374642
Octal3451543160651212467106102
Binary1110010111011001100111001101011010101010011011110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56CCE; }

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

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

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

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

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

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

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

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