Reputation: 1814
I'm in the middle of writing code in .Net to draw something in my app and I need to pick a color to use. But what does the color "Chartreuse" look like? Isn't there a nice bitmap that shows what each of the system colors look like somewhere?
Thanks!
Upvotes: 0
Views: 295
Reputation: 16677
Try this site.
This site is nice because it shows how the color will look as foreground and background color.
Upvotes: 2
Reputation: 1223
Yes there is a site: http://adonnart.free.fr/gratuit/140coulu.htm
with Hex-Codes
Upvotes: 1
Reputation: 21313
Check this out: http://www.w3schools.com/TAGS/ref_color_tryit.asp?color=BlanchedAlmond
(Pay attention the URL and modify as necessary)
Upvotes: 0
Reputation: 13121
I believe this is what you're looking for: http://www.cambiaresearch.com/c4/7cb36a7b-3731-48f6-b91b-1d8c503f140e/What-are-the-aspnet-Named-Colors.aspx
Upvotes: 1