Programming a simple color scheme generator

MrHardware picture MrHardware · Jan 4, 2011 · Viewed 8.1k times · Source

we are developing a website cms in C# and want to integrate / develop a small and simple color scheme generator as like as colorschemedesigner.com (of course simplier) to automatically suggest harmonizing template colors (for body background, text, heading etc.).

There are 6 methods for color creation on that website. We would like to reprogram the logic of the "accented analogic" algorithm.

Does anyone know how to easily realize this, or where we could find more information about this topic. How to programatically find a set of harmonizing colors for a given base?

Or are there already some third-party controls out there that could do the job? E.g. an advanced advanced advanced color picker or some thing.

Daniel

Answer

Indy9000 picture Indy9000 · Jan 4, 2011

I found this useful in the past. Random Pastel Colour Generator

Code in c# can be found on the page above.

alt text

alt text