color.id.Rd
Given a color specified as a hex string, find the closest match in the table of known (named) colors
color.id(col)
finds the color with the minimum squared distance in RGB space
the name of the closest match
color.id("#cc00cc")
#> [1] "magenta3"