#E576CF

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

Shades of Orchid #E576CF

Tints of Orchid #E576CF

Color information

#E576CF (or 0xE576CF) is unknown color: approx Orchid. HEX triplet: E5, 76 and CF. RGB value is (229,118,207). Sum of RGB (Red+Green+Blue) = 229+118+207=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E576CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576CF is #1A8930. Grayscale: #A1A1A1. Windows color (decimal): -1739057 or 13596389. OLE color: 13596389.

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

Color convert

RGB229118207-
CMYK00.480.100.10
HSL311.89º68.1%68.04%-
HSV(B)311.89º48.47%89.8%-
XYZ50.0534.1262.98-
YUV161.34153.77176.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.34%
GREEN value IS 118 (46.48% from 255) = 21.30%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=41.34%
G=21.30%
B=37.36%

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
Decimal22911820700.480.100.10311.8968.168.04
HexE576CF030AA1384444
Octal3451663170601212470104104
Binary1110010111101101100111101100001010101010011100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E576CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E576CF; }

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

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

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

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

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

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

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

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