#E56BD5

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

Shades of Orchid #E56BD5

Tints of Orchid #E56BD5

Color information

#E56BD5 (or 0xE56BD5) is unknown color: approx Orchid. HEX triplet: E5, 6B and D5. RGB value is (229,107,213). Sum of RGB (Red+Green+Blue) = 229+107+213=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BD5 is #1A942A. Grayscale: #9B9B9B. Windows color (decimal): -1741867 or 13986789. OLE color: 13986789.

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

Color convert

RGB229107213-
CMYK00.530.070.10
HSL307.87º70.11%65.88%-
HSV(B)307.87º53.28%89.8%-
XYZ49.5831.9866.51-
YUV155.56160.42180.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.71%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=41.71%
G=19.49%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910721300.530.070.10307.8770.1165.88
HexE56BD50357A1344642
Octal345153325065712464106102
Binary111001011101011110101010110101111101010011010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56BD5; }

 p { color: rgb(229,107,213); }

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

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

 a { background-color: rgb(229,107,213); }

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

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

 span { border-color: rgb(229,107,213); }

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