Invert Color

Takes a color and subtracts each channel from 255 returning the inverted color.

Description

Takes a color and subtracts each channel from 255 returning the inverted color.

Usage

The inverted color is just the mathematical inverse of the RGB values.

This is different than a complementary color. (See Color Sets Components)

Last updated