#E580D9

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

Shades of Orchid #E580D9

Tints of Orchid #E580D9

Color information

#E580D9 (or 0xE580D9) is unknown color: approx Orchid. HEX triplet: E5, 80 and D9. RGB value is (229,128,217). Sum of RGB (Red+Green+Blue) = 229+128+217=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E580D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580D9 is #1A7F26. Grayscale: #A8A8A8. Windows color (decimal): -1736487 or 14254309. OLE color: 14254309.

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

Color convert

RGB229128217-
CMYK00.440.050.10
HSL307.13º66.01%70%-
HSV(B)307.13º44.1%89.8%-
XYZ52.5637.1170.04-
YUV168.34155.46171.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.90%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=39.90%
G=22.30%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912821700.440.050.10307.1366.0170
HexE580D902C5A1334246
Octal345200331054512463102106
Binary1110010110000000110110010101100101101010011001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580D9; }

 p { color: rgb(229,128,217); }

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

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

 a { background-color: rgb(229,128,217); }

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

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

 span { border-color: rgb(229,128,217); }

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