MATLAB: Is there a list of all color long names

backgroundcolorcolorcolor specificationforegroundcolorlong nameMATLABsimulink

Information on Matlab's color specification describes 8 basic colors and states that, "… long names are character vectors that specify one of eight predefined colors." https://www.mathworks.com/help/matlab/ref/colorspec.html
However, there are other long names available: lightblue, darkblue, darkgreen, purple, orange, gray, etc. Is there a comprehensive list of all available color names?
Edit: I am using the colors with Simulink, specifically to set the ForegroundColor and BackgroundColor parameters of blocks with set_param(). It is also possible to do this manually via the Context Menu, where some of the colors are listed. Purple and darkblue are not listed in the menu, but are valid colors:

Best Answer

None of those other colors are accepted by MATLAB color specifications.