/branches/v1.7.6/Classes/PHPExcel/Shared/PDF/htmlcolors.php

# · PHP · 201 lines · 152 code · 3 blank · 46 comment · 0 complexity · 274430cddcc5ae4c5c55e0d0e810ed5d MD5 · raw file

  1. <?php
  2. //============================================================+
  3. // File name : htmlcolors.php
  4. // Version : 1.0.007
  5. // Begin : 2002-04-09
  6. // Last Update : 2010-10-18
  7. // Author : Nicola Asuni - Tecnick.com S.r.l - Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
  8. // License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html)
  9. // -------------------------------------------------------------------
  10. // Copyright (C) 2002-2010 Nicola Asuni - Tecnick.com S.r.l.
  11. //
  12. // This file is part of TCPDF software library.
  13. //
  14. // TCPDF is free software: you can redistribute it and/or modify it
  15. // under the terms of the GNU Lesser General Public License as
  16. // published by the Free Software Foundation, either version 3 of the
  17. // License, or (at your option) any later version.
  18. //
  19. // TCPDF is distributed in the hope that it will be useful, but
  20. // WITHOUT ANY WARRANTY; without even the implied warranty of
  21. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  22. // See the GNU Lesser General Public License for more details.
  23. //
  24. // You should have received a copy of the GNU Lesser General Public License
  25. // along with TCPDF. If not, see <http://www.gnu.org/licenses/>.
  26. //
  27. // See LICENSE.TXT file for more information.
  28. // -------------------------------------------------------------------
  29. //
  30. // Description : Array of WEB safe colors
  31. //
  32. //============================================================+
  33. /**
  34. * Array of WEB safe colors.
  35. * @author Nicola Asuni
  36. * @copyright 2002-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
  37. * @package com.tecnick.tcpdf
  38. * @link http://www.tcpdf.org
  39. * @license http://www.gnu.org/copyleft/lesser.html LGPL
  40. * @since 2.9.000 (2008-03-26)
  41. */
  42. /**
  43. * Array of WEB safe colors
  44. */
  45. $webcolor = array (
  46. 'aliceblue' => 'f0f8ff',
  47. 'antiquewhite' => 'faebd7',
  48. 'aqua' => '00ffff',
  49. 'aquamarine' => '7fffd4',
  50. 'azure' => 'f0ffff',
  51. 'beige' => 'f5f5dc',
  52. 'bisque' => 'ffe4c4',
  53. 'black' => '000000',
  54. 'blanchedalmond' => 'ffebcd',
  55. 'blue' => '0000ff',
  56. 'blueviolet' => '8a2be2',
  57. 'brown' => 'a52a2a',
  58. 'burlywood' => 'deb887',
  59. 'cadetblue' => '5f9ea0',
  60. 'chartreuse' => '7fff00',
  61. 'chocolate' => 'd2691e',
  62. 'coral' => 'ff7f50',
  63. 'cornflowerblue' => '6495ed',
  64. 'cornsilk' => 'fff8dc',
  65. 'crimson' => 'dc143c',
  66. 'cyan' => '00ffff',
  67. 'darkblue' => '00008b',
  68. 'darkcyan' => '008b8b',
  69. 'darkgoldenrod' => 'b8860b',
  70. 'dkgray' => 'a9a9a9',
  71. 'darkgray' => 'a9a9a9',
  72. 'darkgrey' => 'a9a9a9',
  73. 'darkgreen' => '006400',
  74. 'darkkhaki' => 'bdb76b',
  75. 'darkmagenta' => '8b008b',
  76. 'darkolivegreen' => '556b2f',
  77. 'darkorange' => 'ff8c00',
  78. 'darkorchid' => '9932cc',
  79. 'darkred' => '8b0000',
  80. 'darksalmon' => 'e9967a',
  81. 'darkseagreen' => '8fbc8f',
  82. 'darkslateblue' => '483d8b',
  83. 'darkslategray' => '2f4f4f',
  84. 'darkslategrey' => '2f4f4f',
  85. 'darkturquoise' => '00ced1',
  86. 'darkviolet' => '9400d3',
  87. 'deeppink' => 'ff1493',
  88. 'deepskyblue' => '00bfff',
  89. 'dimgray' => '696969',
  90. 'dimgrey' => '696969',
  91. 'dodgerblue' => '1e90ff',
  92. 'firebrick' => 'b22222',
  93. 'floralwhite' => 'fffaf0',
  94. 'forestgreen' => '228b22',
  95. 'fuchsia' => 'ff00ff',
  96. 'gainsboro' => 'dcdcdc',
  97. 'ghostwhite' => 'f8f8ff',
  98. 'gold' => 'ffd700',
  99. 'goldenrod' => 'daa520',
  100. 'gray' => '808080',
  101. 'grey' => '808080',
  102. 'green' => '008000',
  103. 'greenyellow' => 'adff2f',
  104. 'honeydew' => 'f0fff0',
  105. 'hotpink' => 'ff69b4',
  106. 'indianred' => 'cd5c5c',
  107. 'indigo' => '4b0082',
  108. 'ivory' => 'fffff0',
  109. 'khaki' => 'f0e68c',
  110. 'lavender' => 'e6e6fa',
  111. 'lavenderblush' => 'fff0f5',
  112. 'lawngreen' => '7cfc00',
  113. 'lemonchiffon' => 'fffacd',
  114. 'lightblue' => 'add8e6',
  115. 'lightcoral' => 'f08080',
  116. 'lightcyan' => 'e0ffff',
  117. 'lightgoldenrodyellow' => 'fafad2',
  118. 'ltgray' => 'd3d3d3',
  119. 'lightgray' => 'd3d3d3',
  120. 'lightgrey' => 'd3d3d3',
  121. 'lightgreen' => '90ee90',
  122. 'lightpink' => 'ffb6c1',
  123. 'lightsalmon' => 'ffa07a',
  124. 'lightseagreen' => '20b2aa',
  125. 'lightskyblue' => '87cefa',
  126. 'lightslategray' => '778899',
  127. 'lightslategrey' => '778899',
  128. 'lightsteelblue' => 'b0c4de',
  129. 'lightyellow' => 'ffffe0',
  130. 'lime' => '00ff00',
  131. 'limegreen' => '32cd32',
  132. 'linen' => 'faf0e6',
  133. 'magenta' => 'ff00ff',
  134. 'maroon' => '800000',
  135. 'mediumaquamarine' => '66cdaa',
  136. 'mediumblue' => '0000cd',
  137. 'mediumorchid' => 'ba55d3',
  138. 'mediumpurple' => '9370d8',
  139. 'mediumseagreen' => '3cb371',
  140. 'mediumslateblue' => '7b68ee',
  141. 'mediumspringgreen' => '00fa9a',
  142. 'mediumturquoise' => '48d1cc',
  143. 'mediumvioletred' => 'c71585',
  144. 'midnightblue' => '191970',
  145. 'mintcream' => 'f5fffa',
  146. 'mistyrose' => 'ffe4e1',
  147. 'moccasin' => 'ffe4b5',
  148. 'navajowhite' => 'ffdead',
  149. 'navy' => '000080',
  150. 'oldlace' => 'fdf5e6',
  151. 'olive' => '808000',
  152. 'olivedrab' => '6b8e23',
  153. 'orange' => 'ffa500',
  154. 'orangered' => 'ff4500',
  155. 'orchid' => 'da70d6',
  156. 'palegoldenrod' => 'eee8aa',
  157. 'palegreen' => '98fb98',
  158. 'paleturquoise' => 'afeeee',
  159. 'palevioletred' => 'd87093',
  160. 'papayawhip' => 'ffefd5',
  161. 'peachpuff' => 'ffdab9',
  162. 'peru' => 'cd853f',
  163. 'pink' => 'ffc0cb',
  164. 'plum' => 'dda0dd',
  165. 'powderblue' => 'b0e0e6',
  166. 'purple' => '800080',
  167. 'red' => 'ff0000',
  168. 'rosybrown' => 'bc8f8f',
  169. 'royalblue' => '4169e1',
  170. 'saddlebrown' => '8b4513',
  171. 'salmon' => 'fa8072',
  172. 'sandybrown' => 'f4a460',
  173. 'seagreen' => '2e8b57',
  174. 'seashell' => 'fff5ee',
  175. 'sienna' => 'a0522d',
  176. 'silver' => 'c0c0c0',
  177. 'skyblue' => '87ceeb',
  178. 'slateblue' => '6a5acd',
  179. 'slategray' => '708090',
  180. 'slategrey' => '708090',
  181. 'snow' => 'fffafa',
  182. 'springgreen' => '00ff7f',
  183. 'steelblue' => '4682b4',
  184. 'tan' => 'd2b48c',
  185. 'teal' => '008080',
  186. 'thistle' => 'd8bfd8',
  187. 'tomato' => 'ff6347',
  188. 'turquoise' => '40e0d0',
  189. 'violet' => 'ee82ee',
  190. 'wheat' => 'f5deb3',
  191. 'white' => 'ffffff',
  192. 'whitesmoke' => 'f5f5f5',
  193. 'yellow' => 'ffff00',
  194. 'yellowgreen' => '9acd32'
  195. );
  196. //============================================================+
  197. // END OF FILE
  198. //============================================================+