I'm trying to build an HTML editor for my brother - Colour selection is where I'm stuck. I want to build it so that it uses the RGB specs (#000000 to #FFFFFF) - and would like to combine it with a visual representaion of the actual colour. I can't figure out a way to make VB display colours in that format. What I'd really like to have is a colour wheel type of display - a big circle with all the gradients of colour in it. But if that's not possible I'd like to have text that I can display in that colour. If I can get that working I can figure out how to do it for the other code. I hope someone can help - even if it's to tell me that it can't be done. Thanks.