#E576D0

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

Shades of Orchid #E576D0

Tints of Orchid #E576D0

Color information

#E576D0 (or 0xE576D0) is unknown color: approx Orchid. HEX triplet: E5, 76 and D0. RGB value is (229,118,208). Sum of RGB (Red+Green+Blue) = 229+118+208=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E576D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576D0 is #1A892F. Grayscale: #A1A1A1. Windows color (decimal): -1739056 or 13661925. OLE color: 13661925.

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

Color convert

RGB229118208-
CMYK00.480.090.10
HSL311.35º68.1%68.04%-
HSV(B)311.35º48.47%89.8%-
XYZ50.1834.1763.63-
YUV161.45154.27176.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 118 (46.48% from 255) = 21.26%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=41.26%
G=21.26%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911820800.480.090.10311.3568.168.04
HexE576D00309A1374444
Octal3451663200601112467104104
Binary1110010111101101101000001100001001101010011011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E576D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E576D0; }

 p { color: rgb(229,118,208); }

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

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

 a { background-color: rgb(229,118,208); }

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

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

 span { border-color: rgb(229,118,208); }

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