#E578CF

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

Shades of Orchid #E578CF

Tints of Orchid #E578CF

Color information

#E578CF (or 0xE578CF) is unknown color: approx Orchid. HEX triplet: E5, 78 and CF. RGB value is (229,120,207). Sum of RGB (Red+Green+Blue) = 229+120+207=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E578CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578CF is #1A8730. Grayscale: #A2A2A2. Windows color (decimal): -1738545 or 13596901. OLE color: 13596901.

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

Color convert

RGB229120207-
CMYK00.480.100.10
HSL312.11º67.7%68.43%-
HSV(B)312.11º47.6%89.8%-
XYZ50.2934.663.06-
YUV162.51153.11175.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 120 (47.27% from 255) = 21.58%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=41.19%
G=21.58%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912020700.480.100.10312.1167.768.43
HexE578CF030AA1384444
Octal3451703170601212470104104
Binary1110010111110001100111101100001010101010011100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E578CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E578CF; }

 p { color: rgb(229,120,207); }

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

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

 a { background-color: rgb(229,120,207); }

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

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

 span { border-color: rgb(229,120,207); }

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