How to make Custom color in c#?

c#, visual-studio, winforms

Solution

You can type a comma separated RGB value into the BackColor value in the property grid, eg:

150, 250, 70

Problem

In Visual Studio, please suggest how to make custom color for a control and add it to property-> backColor Section.?

Original source