﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14838	The color FF00FF (or F0F) is not named as Fuchsia (or Magenta) recognized by HTML/CSS and X11.	cactus20100		"== Steps to reproduce ==

1. add plugin ""color button"" to CKEditor with Office 2013 theme
2. Create a form like this :

{{{
<form style=""margin-left: 80px;"">
        <textarea name=""editor1"" id=""editor1"" rows=""10"" cols=""80"">
        </textarea>
        <script>
            var config = {
                language : 'en',
                height : '500',
                width : '600',
                colorButton_colors : 'FF8C00,FFFF00,00FF00,FF00FF',
            }
            CKEDITOR.replace('editor1', config);
        </script>
</form>
}}}

3. Pass you mouse on every color of the color selector

== Expected result ==
The colors are named in ordre : Dark Orange, Yellow, Lime, Fuchsia (or Magenta ?)

== Actual result ==
The colors are named in ordre : Dark Orange, Yellow, Lime, FF00FF

== Other details (browser, OS, CKEditor version, installed plugins) ==
tested on IE11 (11.0.9600) and Firefox 47
plugin color button : office 2013 theme
tested on version 4.5.6 too.
"	Bug	confirmed	Normal		UI : Toolbar	3.0			
