As part of Windows apps development cycle, especially WinForms applications in Visual Studio, you may want to pick the right colors for your ListViews, Buttons, Labels, etc…
The best way to pick the colors is to visualize them.
With Control Color Explorer, you can visualize all the colors in the System.Drawing.Color type. You have the option to render the colors using the BackColor attribute or the ForeColor attribute:
Once you chose the colors you like, you may simply click the “Copy Color names” to copy them and use them in your application.
You may grab the source code of this tool from my GitHub repository to compile it by yourself, or just download the binaries from here.
You might also like: