#E579CE

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

Shades of Orchid #E579CE

Tints of Orchid #E579CE

Color information

#E579CE (or 0xE579CE) is unknown color: approx Orchid. HEX triplet: E5, 79 and CE. RGB value is (229,121,206). Sum of RGB (Red+Green+Blue) = 229+121+206=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E579CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579CE is #1A8631. Grayscale: #A2A2A2. Windows color (decimal): -1738290 or 13531621. OLE color: 13531621.

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

Color convert

RGB229121206-
CMYK00.470.100.10
HSL312.78º67.5%68.63%-
HSV(B)312.78º47.16%89.8%-
XYZ50.2934.7962.46-
YUV162.98152.28175.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 121 (47.66% from 255) = 21.76%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=41.19%
G=21.76%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912120600.470.100.10312.7867.568.63
HexE579CE02FAA1394445
Octal3451713160571212471104105
Binary1110010111110011100111001011111010101010011100110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E579CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E579CE; }

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

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

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

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

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

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

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

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