#E583CF

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

Shades of Orchid #E583CF

Tints of Orchid #E583CF

Color information

#E583CF (or 0xE583CF) is unknown color: approx Orchid. HEX triplet: E5, 83 and CF. RGB value is (229,131,207). Sum of RGB (Red+Green+Blue) = 229+131+207=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E583CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E583CF is #1A7C30. Grayscale: #A8A8A8. Windows color (decimal): -1735729 or 13599717. OLE color: 13599717.

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

Color convert

RGB229131207-
CMYK00.430.100.10
HSL313.47º65.33%70.59%-
HSV(B)313.47º42.79%89.8%-
XYZ51.6937.463.53-
YUV168.97149.47170.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.39%
GREEN value IS 131 (51.56% from 255) = 23.10%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=40.39%
G=23.10%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913120700.430.100.10313.4765.3370.59
HexE583CF02BAA1394147
Octal3452033170531212471101107
Binary11100101100000111100111101010111010101010011100110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E583CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E583CF; }

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

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

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

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

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

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

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

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