graph demo

Graph Documentation - Defining Colors

graph demo[ Home ] [ Products ] [ Downloads ] [ Purchase ]
[ Support ] [ About Us ]

Color Definitions

There are many configurable Color parameters within the graphing software. For any color parameter the color may be specified in any of the following formats:-

Standard HTML Hexadecimal Color Notation

The graph can accept color values in the same format as colors are defined within an HTML page.
ie. in the range and format from "#000000" to "#FFFFFF".

This is a Red,Green,Blue color model where each component is defined by a 2 byte (character) Hexadecimal number.

Some Common Colors and their Hexadecimal Values
Black#000000
Green#008000
Silver#B0B0B0
Lime#00FF00
Gray#808080
Olive#808000
White#FFFFFF
Yellow#FFFF00
Maroon#800000
Navy#000080
Red#FF0000
Blue#0000FF
Purple#800080
Teal#008080
Fuchsia#FF00FF
Aqua#00FFFF

Color Name

The graph will recognize all of the following color names for any color parameter:-
RedLight RedDark Red
GreenLight GreenDark Green
BlueLight BlueDark Blue
OrangeLight OrangeDark Orange
YellowLight YellowDark Yellow
PinkLight PinkDark Pink
PurpleLight PurpleDark Purple
GreyLight GreyDark Grey
Black
White

Decimal RGB (Red,Green,Blue) Notation

The graph can accept color values in Red, Green, Blue Format where each component is specified by a decimal integer in the range 0 to 255. Each value should be separated by a , (comma) character.

Below are some of the common colors and the corresponding value that should be entered:-
Some Common Colors and their RGB Values
Black0,0,0
Green0,128,0
Silver192,192,192
Lime0,255,0
Gray128,128,128
Olive128,128,0
White255,255,255
Yellow255,255,0
Maroon128,0,0
Navy0,0,128
Red255,0,0
Blue0,0,255
Purple128,128,128
Teal0,128,128
Fuchsia255,0,255
Aqua0,255,255
JavaScript CSS Image Gallery