Difference between revisions of "Category:Colors"

From CoffeeMud Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
__NOTOC__
 
__NOTOC__
 
==USING COLORS==
 
==USING COLORS==
CoffeeMUD supports the base 16 ANSI and the ANSI 256 colors.  Color display can be disabled, or set to base ANSI or ANSI256 colors with the [[ANSI]] and [[NOANSI]] commands.  To use an ANSI color in the description of an item (or while using the [[Writing]] skill), precede the text string with the color code (and no space).  It is always best to end each colored string with the ending code of ^? to prevent color bleed into subsequent text.  For ANSI 256 colors, the color code is started with ^# and then a 3 digit base 6 code for Red-Green-Blue completes the code.  Since your client may interpret colors a little differently, below is the baseline sample of colors (and the colors you will see in Siplet).
+
CoffeeMUD supports the base 16 ANSI and the ANSI 256 colors.  Color display can be disabled, or set to base ANSI or ANSI256 colors with the [[ANSI]] and [[NOANSI]] commands.  To use an ANSI color in the description of an item (or while using the [[Skill_Write|Writing]] skill), precede the text string with the color code (and no space).  It is always best to end each colored string with the ending code of ^? to prevent color bleed into subsequent text.  For ANSI 256 colors, the color code is started with ^# and then a 3 digit base 6 code for Red-Green-Blue completes the code.  Since your client may interpret colors a little differently, below is the baseline sample of colors (and the colors you will see in Siplet).
 
===ANSI COLORS===
 
===ANSI COLORS===
 
{| style="border: 1px solid #c6c9ff; border-collapse: collapse;" cellspacing="0" cellpadding="1" border="1" width="60%" <div class="Left" style="width: auto; Margin-left: auto; margin-right: auto;">  
 
{| style="border: 1px solid #c6c9ff; border-collapse: collapse;" cellspacing="0" cellpadding="1" border="1" width="60%" <div class="Left" style="width: auto; Margin-left: auto; margin-right: auto;">  
 
|-
 
|-
! Code
+
! Foreground Code
 +
! Background Code
 
! Name
 
! Name
 
! Fancy Name
 
! Fancy Name
Line 12: Line 13:
 
! HEX Code
 
! HEX Code
 
|-
 
|-
 +
| No Code
 
| No Code
 
| No Code
 
| black
 
| black
Line 19: Line 21:
 
|-
 
|-
 
| ^R
 
| ^R
 +
| No Code
 
| maroon
 
| maroon
 
| maroon
 
| maroon
Line 25: Line 28:
 
|-
 
|-
 
| ^G
 
| ^G
 +
| No Code
 
| dark green
 
| dark green
 
| forest green
 
| forest green
Line 31: Line 35:
 
|-
 
|-
 
| ^Y
 
| ^Y
 +
| No Code
 
| brown
 
| brown
 
| olive-green
 
| olive-green
Line 37: Line 42:
 
|-
 
|-
 
| ^B
 
| ^B
 +
| No Code
 
| dark blue
 
| dark blue
 
| navy-blue
 
| navy-blue
Line 43: Line 49:
 
|-
 
|-
 
| ^P
 
| ^P
 +
| No Code
 
| purple
 
| purple
 
| purple
 
| purple
Line 48: Line 55:
 
| #800080
 
| #800080
 
|-
 
|-
| ^c
+
| ^C
 +
| No Code
 
| cyan
 
| cyan
 
| teal
 
| teal
Line 55: Line 63:
 
|-
 
|-
 
| ^W
 
| ^W
 +
| ^~W
 
| silvery
 
| silvery
 
| silver-colored
 
| silver-colored
Line 60: Line 69:
 
| #c0c0c0
 
| #c0c0c0
 
|-
 
|-
 +
| ^k
 
| No Code
 
| No Code
 
| grey
 
| grey
Line 67: Line 77:
 
|-
 
|-
 
| ^r
 
| ^r
 +
| ^~r
 
| red
 
| red
 
| red
 
| red
Line 73: Line 84:
 
|-
 
|-
 
| ^g
 
| ^g
 +
| ^~g
 
| green
 
| green
 
| lime green
 
| lime green
Line 79: Line 91:
 
|-
 
|-
 
| ^y
 
| ^y
 +
| ^~y
 
| yellow
 
| yellow
 
| yellow
 
| yellow
Line 85: Line 98:
 
|-
 
|-
 
| ^b
 
| ^b
 +
| ^~b
 
| blue
 
| blue
 
| blue
 
| blue
Line 91: Line 105:
 
|-
 
|-
 
| ^p
 
| ^p
 +
| ^~p
 
| fuchsia
 
| fuchsia
 
| fuchsia
 
| fuchsia
Line 97: Line 112:
 
|-
 
|-
 
| ^c
 
| ^c
 +
| ^~c
 
| aqua
 
| aqua
 
| aqua
 
| aqua
Line 103: Line 119:
 
|-
 
|-
 
| ^w
 
| ^w
 +
| ^~w or ^~k
 
| white
 
| white
 
| white
 
| white
Line 110: Line 127:
  
 
===ANSI 256 COLORS===
 
===ANSI 256 COLORS===
 +
These color codes can be used regardless of the author's [[ANSI]] configuration.  Users who have ANSI disabled, will not see any colors.  Users with ANSI 16 will see the color from the ANSI color table above, instead.  Users with ANSI 256 enabled will see the listed color, with some possible variation due to the way the client interprets the color.
 +
 +
To use a background ANSI256 color, use a "|" instead of the "#" in the code.
 +
; Example : Cerulean is code ^#023 for text(foreground), and ^|023 for highlight(background).
  
 
{| style="border: 1px solid #c6c9ff; border-collapse: collapse;" cellspacing="0" cellpadding="1" border="1" width="60%" <div class="Left" style="width: auto; Margin-left: auto; margin-right: auto;">  
 
{| style="border: 1px solid #c6c9ff; border-collapse: collapse;" cellspacing="0" cellpadding="1" border="1" width="60%" <div class="Left" style="width: auto; Margin-left: auto; margin-right: auto;">  
Line 116: Line 137:
 
! Name
 
! Name
 
! Fancy Name
 
! Fancy Name
! Sample
+
! ANSI256 Display
 
! HEX Code
 
! HEX Code
 +
! ANSI16
 +
! Alt
 
|-
 
|-
 
| ^#000
 
| ^#000
Line 124: Line 147:
 
| style="background:#000000" |     
 
| style="background:#000000" |     
 
| #000000
 
| #000000
 +
| black
 +
| style="background:#000000" |   
 
|-
 
|-
 
| ^#001
 
| ^#001
Line 130: Line 155:
 
| style="background:#00005f" |     
 
| style="background:#00005f" |     
 
| #00005f
 
| #00005f
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#002
 
| ^#002
Line 136: Line 163:
 
| style="background:#000087" |     
 
| style="background:#000087" |     
 
| #000087
 
| #000087
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#003
 
| ^#003
Line 142: Line 171:
 
| style="background:#0000af" |     
 
| style="background:#0000af" |     
 
| #0000af
 
| #0000af
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#004
 
| ^#004
Line 148: Line 179:
 
| style="background:#0000d7" |     
 
| style="background:#0000d7" |     
 
| #0000d7
 
| #0000d7
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#005
 
| ^#005
Line 154: Line 187:
 
| style="background:#0000ff" |     
 
| style="background:#0000ff" |     
 
| #0000ff
 
| #0000ff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#010
 
| ^#010
Line 160: Line 195:
 
| style="background:#005f00" |     
 
| style="background:#005f00" |     
 
| #005f00
 
| #005f00
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#011
 
| ^#011
Line 166: Line 203:
 
| style="background:#005f5f" |     
 
| style="background:#005f5f" |     
 
| #005f5f
 
| #005f5f
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#012
 
| ^#012
Line 172: Line 211:
 
| style="background:#005f87" |     
 
| style="background:#005f87" |     
 
| #005f87
 
| #005f87
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#013
 
| ^#013
Line 178: Line 219:
 
| style="background:#005faf" |     
 
| style="background:#005faf" |     
 
| #005faf
 
| #005faf
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#014
 
| ^#014
Line 184: Line 227:
 
| style="background:#005fd7" |     
 
| style="background:#005fd7" |     
 
| #005fd7
 
| #005fd7
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#015
 
| ^#015
Line 190: Line 235:
 
| style="background:#005fff" |     
 
| style="background:#005fff" |     
 
| #005fff
 
| #005fff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#020
 
| ^#020
Line 196: Line 243:
 
| style="background:#008700" |     
 
| style="background:#008700" |     
 
| #008700
 
| #008700
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#021
 
| ^#021
Line 202: Line 251:
 
| style="background:#00875f" |     
 
| style="background:#00875f" |     
 
| #00875f
 
| #00875f
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#022
 
| ^#022
Line 208: Line 259:
 
| style="background:#008787" |     
 
| style="background:#008787" |     
 
| #008787
 
| #008787
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#023
 
| ^#023
Line 214: Line 267:
 
| style="background:#0087af" |     
 
| style="background:#0087af" |     
 
| #0087af
 
| #0087af
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#024
 
| ^#024
Line 220: Line 275:
 
| style="background:#0087d7" |     
 
| style="background:#0087d7" |     
 
| #0087d7
 
| #0087d7
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#025
 
| ^#025
Line 226: Line 283:
 
| style="background:#0087ff" |     
 
| style="background:#0087ff" |     
 
| #0087ff
 
| #0087ff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#030
 
| ^#030
Line 232: Line 291:
 
| style="background:#00af00" |     
 
| style="background:#00af00" |     
 
| #00af00
 
| #00af00
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#031
 
| ^#031
Line 238: Line 299:
 
| style="background:#00af5f" |     
 
| style="background:#00af5f" |     
 
| #00af5f
 
| #00af5f
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#032
 
| ^#032
Line 244: Line 307:
 
| style="background:#00af87" |     
 
| style="background:#00af87" |     
 
| #00af87
 
| #00af87
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#033
 
| ^#033
Line 250: Line 315:
 
| style="background:#00afaf" |     
 
| style="background:#00afaf" |     
 
| #00afaf
 
| #00afaf
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#034
 
| ^#034
Line 256: Line 323:
 
| style="background:#00afd7" |     
 
| style="background:#00afd7" |     
 
| #00afd7
 
| #00afd7
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#035
 
| ^#035
Line 262: Line 331:
 
| style="background:#00afff" |     
 
| style="background:#00afff" |     
 
| #00afff
 
| #00afff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#040
 
| ^#040
Line 268: Line 339:
 
| style="background:#00d700" |     
 
| style="background:#00d700" |     
 
| #00d700
 
| #00d700
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#041
 
| ^#041
Line 274: Line 347:
 
| style="background:#00d75f" |     
 
| style="background:#00d75f" |     
 
| #00d75f
 
| #00d75f
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#042
 
| ^#042
Line 280: Line 355:
 
| style="background:#00d787" |     
 
| style="background:#00d787" |     
 
| #00d787
 
| #00d787
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#043
 
| ^#043
Line 286: Line 363:
 
| style="background:#00d7af" |     
 
| style="background:#00d7af" |     
 
| #00d7af
 
| #00d7af
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#044
 
| ^#044
Line 292: Line 371:
 
| style="background:#00d7d7" |     
 
| style="background:#00d7d7" |     
 
| #00d7d7
 
| #00d7d7
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#045
 
| ^#045
Line 298: Line 379:
 
| style="background:#00d7ff" |     
 
| style="background:#00d7ff" |     
 
| #00d7ff
 
| #00d7ff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#050
 
| ^#050
Line 304: Line 387:
 
| style="background:#00ff00" |     
 
| style="background:#00ff00" |     
 
| #00ff00
 
| #00ff00
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#051
 
| ^#051
Line 310: Line 395:
 
| style="background:#00ff5f" |     
 
| style="background:#00ff5f" |     
 
| #00ff5f
 
| #00ff5f
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#052
 
| ^#052
Line 316: Line 403:
 
| style="background:#00ff87" |     
 
| style="background:#00ff87" |     
 
| #00ff87
 
| #00ff87
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#053
 
| ^#053
Line 322: Line 411:
 
| style="background:#00ffaf" |     
 
| style="background:#00ffaf" |     
 
| #00ffaf
 
| #00ffaf
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#054
 
| ^#054
Line 328: Line 419:
 
| style="background:#00ffd7" |     
 
| style="background:#00ffd7" |     
 
| #00ffd7
 
| #00ffd7
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#055
 
| ^#055
Line 334: Line 427:
 
| style="background:#00ffff" |     
 
| style="background:#00ffff" |     
 
| #00ffff
 
| #00ffff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#100
 
| ^#100
Line 340: Line 435:
 
| style="background:#5f0000" |     
 
| style="background:#5f0000" |     
 
| #5f0000
 
| #5f0000
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#101
 
| ^#101
Line 346: Line 443:
 
| style="background:#5f005f" |     
 
| style="background:#5f005f" |     
 
| #5f005f
 
| #5f005f
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#102
 
| ^#102
Line 352: Line 451:
 
| style="background:#5f0087" |     
 
| style="background:#5f0087" |     
 
| #5f0087
 
| #5f0087
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#103
 
| ^#103
Line 358: Line 459:
 
| style="background:#5f00af" |     
 
| style="background:#5f00af" |     
 
| #5f00af
 
| #5f00af
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#104
 
| ^#104
Line 364: Line 467:
 
| style="background:#5f00d7" |     
 
| style="background:#5f00d7" |     
 
| #5f00d7
 
| #5f00d7
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#105
 
| ^#105
Line 370: Line 475:
 
| style="background:#5f00ff" |     
 
| style="background:#5f00ff" |     
 
| #5f00ff
 
| #5f00ff
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#110
 
| ^#110
Line 376: Line 483:
 
| style="background:#5f5f00" |     
 
| style="background:#5f5f00" |     
 
| #5f5f00
 
| #5f5f00
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#111
 
| ^#111
Line 382: Line 491:
 
| style="background:#5f5f5f" |     
 
| style="background:#5f5f5f" |     
 
| #5f5f5f
 
| #5f5f5f
 +
| grey
 +
| style="background:#808080" |   
 
|-
 
|-
 
| ^#112
 
| ^#112
Line 388: Line 499:
 
| style="background:#5f5f87" |     
 
| style="background:#5f5f87" |     
 
| #5f5f87
 
| #5f5f87
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#113
 
| ^#113
Line 394: Line 507:
 
| style="background:#5f5faf" |     
 
| style="background:#5f5faf" |     
 
| #5f5faf
 
| #5f5faf
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#114
 
| ^#114
Line 400: Line 515:
 
| style="background:#5f5fd7" |     
 
| style="background:#5f5fd7" |     
 
| #5f5fd7
 
| #5f5fd7
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#115
 
| ^#115
Line 406: Line 523:
 
| style="background:#5f5fff" |     
 
| style="background:#5f5fff" |     
 
| #5f5fff
 
| #5f5fff
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#120
 
| ^#120
Line 412: Line 531:
 
| style="background:#5f8700" |     
 
| style="background:#5f8700" |     
 
| #5f8700
 
| #5f8700
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#121
 
| ^#121
Line 418: Line 539:
 
| style="background:#5f875f" |     
 
| style="background:#5f875f" |     
 
| #5f875f
 
| #5f875f
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#122
 
| ^#122
Line 424: Line 547:
 
| style="background:#5f8787" |     
 
| style="background:#5f8787" |     
 
| #5f8787
 
| #5f8787
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#123
 
| ^#123
Line 430: Line 555:
 
| style="background:#5f87af" |     
 
| style="background:#5f87af" |     
 
| #5f87af
 
| #5f87af
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#124
 
| ^#124
Line 436: Line 563:
 
| style="background:#5f87d7" |     
 
| style="background:#5f87d7" |     
 
| #5f87d7
 
| #5f87d7
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#125
 
| ^#125
Line 442: Line 571:
 
| style="background:#5f87ff" |     
 
| style="background:#5f87ff" |     
 
| #5f87ff
 
| #5f87ff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#130
 
| ^#130
Line 448: Line 579:
 
| style="background:#5faf00" |     
 
| style="background:#5faf00" |     
 
| #5faf00
 
| #5faf00
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#131
 
| ^#131
Line 454: Line 587:
 
| style="background:#5faf5f" |     
 
| style="background:#5faf5f" |     
 
| #5faf5f
 
| #5faf5f
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#132
 
| ^#132
Line 460: Line 595:
 
| style="background:#5faf87" |     
 
| style="background:#5faf87" |     
 
| #5faf87
 
| #5faf87
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#133
 
| ^#133
Line 466: Line 603:
 
| style="background:#5fafaf" |     
 
| style="background:#5fafaf" |     
 
| #5fafaf
 
| #5fafaf
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#134
 
| ^#134
Line 472: Line 611:
 
| style="background:#5fafd7" |     
 
| style="background:#5fafd7" |     
 
| #5fafd7
 
| #5fafd7
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#135
 
| ^#135
Line 478: Line 619:
 
| style="background:#5fafff" |     
 
| style="background:#5fafff" |     
 
| #5fafff
 
| #5fafff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#140
 
| ^#140
Line 484: Line 627:
 
| style="background:#5fd700" |     
 
| style="background:#5fd700" |     
 
| #5fd700
 
| #5fd700
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#141
 
| ^#141
Line 490: Line 635:
 
| style="background:#5fd75f" |     
 
| style="background:#5fd75f" |     
 
| #5fd75f
 
| #5fd75f
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#142
 
| ^#142
Line 496: Line 643:
 
| style="background:#5fd787" |     
 
| style="background:#5fd787" |     
 
| #5fd787
 
| #5fd787
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#143
 
| ^#143
Line 502: Line 651:
 
| style="background:#5fd7af" |     
 
| style="background:#5fd7af" |     
 
| #5fd7af
 
| #5fd7af
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#144
 
| ^#144
Line 508: Line 659:
 
| style="background:#5fd7d7" |     
 
| style="background:#5fd7d7" |     
 
| #5fd7d7
 
| #5fd7d7
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#145
 
| ^#145
Line 514: Line 667:
 
| style="background:#5fd7ff" |     
 
| style="background:#5fd7ff" |     
 
| #5fd7ff
 
| #5fd7ff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#150
 
| ^#150
Line 520: Line 675:
 
| style="background:#5fff00" |     
 
| style="background:#5fff00" |     
 
| #5fff00
 
| #5fff00
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#151
 
| ^#151
Line 526: Line 683:
 
| style="background:#5fff5f" |     
 
| style="background:#5fff5f" |     
 
| #5fff5f
 
| #5fff5f
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#152
 
| ^#152
Line 532: Line 691:
 
| style="background:#5fff87" |     
 
| style="background:#5fff87" |     
 
| #5fff87
 
| #5fff87
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#153
 
| ^#153
Line 538: Line 699:
 
| style="background:#5fffaf" |     
 
| style="background:#5fffaf" |     
 
| #5fffaf
 
| #5fffaf
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#154
 
| ^#154
Line 544: Line 707:
 
| style="background:#5fffd7" |     
 
| style="background:#5fffd7" |     
 
| #5fffd7
 
| #5fffd7
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#155
 
| ^#155
Line 550: Line 715:
 
| style="background:#5fffff" |     
 
| style="background:#5fffff" |     
 
| #5fffff
 
| #5fffff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#200
 
| ^#200
Line 556: Line 723:
 
| style="background:#870000" |     
 
| style="background:#870000" |     
 
| #870000
 
| #870000
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#201
 
| ^#201
Line 562: Line 731:
 
| style="background:#87005f" |     
 
| style="background:#87005f" |     
 
| #87005f
 
| #87005f
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#202
 
| ^#202
Line 568: Line 739:
 
| style="background:#870087" |     
 
| style="background:#870087" |     
 
| #870087
 
| #870087
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#203
 
| ^#203
Line 574: Line 747:
 
| style="background:#8700af" |     
 
| style="background:#8700af" |     
 
| #8700af
 
| #8700af
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#204
 
| ^#204
Line 580: Line 755:
 
| style="background:#8700d7" |     
 
| style="background:#8700d7" |     
 
| #8700d7
 
| #8700d7
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#205
 
| ^#205
Line 586: Line 763:
 
| style="background:#8700ff" |     
 
| style="background:#8700ff" |     
 
| #8700ff
 
| #8700ff
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#210
 
| ^#210
Line 592: Line 771:
 
| style="background:#875f00" |     
 
| style="background:#875f00" |     
 
| #875f00
 
| #875f00
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#211
 
| ^#211
Line 598: Line 779:
 
| style="background:#875f5f" |     
 
| style="background:#875f5f" |     
 
| #875f5f
 
| #875f5f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#212
 
| ^#212
Line 604: Line 787:
 
| style="background:#875f87" |     
 
| style="background:#875f87" |     
 
| #875f87
 
| #875f87
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#213
 
| ^#213
Line 610: Line 795:
 
| style="background:#875faf" |     
 
| style="background:#875faf" |     
 
| #875faf
 
| #875faf
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#214
 
| ^#214
Line 616: Line 803:
 
| style="background:#875fd7" |     
 
| style="background:#875fd7" |     
 
| #875fd7
 
| #875fd7
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#215
 
| ^#215
Line 622: Line 811:
 
| style="background:#875fff" |     
 
| style="background:#875fff" |     
 
| #875fff
 
| #875fff
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#220
 
| ^#220
Line 628: Line 819:
 
| style="background:#878700" |     
 
| style="background:#878700" |     
 
| #878700
 
| #878700
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#221
 
| ^#221
Line 634: Line 827:
 
| style="background:#87875f" |     
 
| style="background:#87875f" |     
 
| #87875f
 
| #87875f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#222
 
| ^#222
Line 640: Line 835:
 
| style="background:#878787" |     
 
| style="background:#878787" |     
 
| #878787
 
| #878787
 +
| silvery
 +
| style="background:#c0c0c0" |   
 
|-
 
|-
 
| ^#223
 
| ^#223
Line 646: Line 843:
 
| style="background:#8787af" |     
 
| style="background:#8787af" |     
 
| #8787af
 
| #8787af
 +
| dark blue
 +
| style="background:#000080" |   
 
|-
 
|-
 
| ^#224
 
| ^#224
Line 652: Line 851:
 
| style="background:#8787d7" |     
 
| style="background:#8787d7" |     
 
| #8787d7
 
| #8787d7
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#225
 
| ^#225
Line 658: Line 859:
 
| style="background:#8787ff" |     
 
| style="background:#8787ff" |     
 
| #8787ff
 
| #8787ff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#230
 
| ^#230
Line 664: Line 867:
 
| style="background:#87af00" |     
 
| style="background:#87af00" |     
 
| #87af00
 
| #87af00
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#231
 
| ^#231
Line 670: Line 875:
 
| style="background:#87af5f" |     
 
| style="background:#87af5f" |     
 
| #87af5f
 
| #87af5f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#232
 
| ^#232
Line 676: Line 883:
 
| style="background:#87af87" |     
 
| style="background:#87af87" |     
 
| #87af87
 
| #87af87
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#233
 
| ^#233
Line 682: Line 891:
 
| style="background:#87afaf" |     
 
| style="background:#87afaf" |     
 
| #87afaf
 
| #87afaf
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#234
 
| ^#234
Line 688: Line 899:
 
| style="background:#87afd7" |     
 
| style="background:#87afd7" |     
 
| #87afd7
 
| #87afd7
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#235
 
| ^#235
Line 694: Line 907:
 
| style="background:#87afff" |     
 
| style="background:#87afff" |     
 
| #87afff
 
| #87afff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#240
 
| ^#240
Line 700: Line 915:
 
| style="background:#87d700" |     
 
| style="background:#87d700" |     
 
| #87d700
 
| #87d700
 +
| dark green
 +
| style="background:#008000" |   
 
|-
 
|-
 
| ^#241
 
| ^#241
Line 706: Line 923:
 
| style="background:#87d75f" |     
 
| style="background:#87d75f" |     
 
| #87d75f
 
| #87d75f
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#242
 
| ^#242
Line 712: Line 931:
 
| style="background:#87d787" |     
 
| style="background:#87d787" |     
 
| #87d787
 
| #87d787
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#243
 
| ^#243
Line 718: Line 939:
 
| style="background:#87d7af" |     
 
| style="background:#87d7af" |     
 
| #87d7af
 
| #87d7af
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#244
 
| ^#244
Line 724: Line 947:
 
| style="background:#87d7d7" |     
 
| style="background:#87d7d7" |     
 
| #87d7d7
 
| #87d7d7
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#245
 
| ^#245
Line 730: Line 955:
 
| style="background:#87d7ff" |     
 
| style="background:#87d7ff" |     
 
| #87d7ff
 
| #87d7ff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#250
 
| ^#250
Line 736: Line 963:
 
| style="background:#87ff00" |     
 
| style="background:#87ff00" |     
 
| #87ff00
 
| #87ff00
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#251
 
| ^#251
Line 742: Line 971:
 
| style="background:#87ff5f" |     
 
| style="background:#87ff5f" |     
 
| #87ff5f
 
| #87ff5f
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#252
 
| ^#252
Line 748: Line 979:
 
| style="background:#87ff87" |     
 
| style="background:#87ff87" |     
 
| #87ff87
 
| #87ff87
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#253
 
| ^#253
Line 754: Line 987:
 
| style="background:#87ffaf" |     
 
| style="background:#87ffaf" |     
 
| #87ffaf
 
| #87ffaf
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#254
 
| ^#254
Line 760: Line 995:
 
| style="background:#87ffd7" |     
 
| style="background:#87ffd7" |     
 
| #87ffd7
 
| #87ffd7
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#255
 
| ^#255
Line 766: Line 1,003:
 
| style="background:#87ffff" |     
 
| style="background:#87ffff" |     
 
| #87ffff
 
| #87ffff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#300
 
| ^#300
Line 772: Line 1,011:
 
| style="background:#af0000" |     
 
| style="background:#af0000" |     
 
| #af0000
 
| #af0000
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#301
 
| ^#301
Line 778: Line 1,019:
 
| style="background:#af005f" |     
 
| style="background:#af005f" |     
 
| #af005f
 
| #af005f
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#302
 
| ^#302
Line 784: Line 1,027:
 
| style="background:#af0087" |     
 
| style="background:#af0087" |     
 
| #af0087
 
| #af0087
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#303
 
| ^#303
Line 790: Line 1,035:
 
| style="background:#af00af" |     
 
| style="background:#af00af" |     
 
| #af00af
 
| #af00af
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#304
 
| ^#304
Line 796: Line 1,043:
 
| style="background:#af00d7" |     
 
| style="background:#af00d7" |     
 
| #af00d7
 
| #af00d7
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#305
 
| ^#305
Line 802: Line 1,051:
 
| style="background:#af00ff" |     
 
| style="background:#af00ff" |     
 
| #af00ff
 
| #af00ff
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#310
 
| ^#310
Line 808: Line 1,059:
 
| style="background:#af5f00" |     
 
| style="background:#af5f00" |     
 
| #af5f00
 
| #af5f00
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#311
 
| ^#311
Line 814: Line 1,067:
 
| style="background:#af5f5f" |     
 
| style="background:#af5f5f" |     
 
| #af5f5f
 
| #af5f5f
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#312
 
| ^#312
Line 820: Line 1,075:
 
| style="background:#af5f87" |     
 
| style="background:#af5f87" |     
 
| #af5f87
 
| #af5f87
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#313
 
| ^#313
Line 826: Line 1,083:
 
| style="background:#af5faf" |     
 
| style="background:#af5faf" |     
 
| #af5faf
 
| #af5faf
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#314
 
| ^#314
Line 832: Line 1,091:
 
| style="background:#af5fd7" |     
 
| style="background:#af5fd7" |     
 
| #af5fd7
 
| #af5fd7
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#315
 
| ^#315
Line 838: Line 1,099:
 
| style="background:#af5fff" |     
 
| style="background:#af5fff" |     
 
| #af5fff
 
| #af5fff
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#320
 
| ^#320
Line 844: Line 1,107:
 
| style="background:#af8700" |     
 
| style="background:#af8700" |     
 
| #af8700
 
| #af8700
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#321
 
| ^#321
Line 850: Line 1,115:
 
| style="background:#af875f" |     
 
| style="background:#af875f" |     
 
| #af875f
 
| #af875f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#322
 
| ^#322
Line 856: Line 1,123:
 
| style="background:#af8787" |     
 
| style="background:#af8787" |     
 
| #af8787
 
| #af8787
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#323
 
| ^#323
Line 862: Line 1,131:
 
| style="background:#af87af" |     
 
| style="background:#af87af" |     
 
| #af87af
 
| #af87af
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#324
 
| ^#324
Line 868: Line 1,139:
 
| style="background:#af87d7" |     
 
| style="background:#af87d7" |     
 
| #af87d7
 
| #af87d7
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#325
 
| ^#325
Line 874: Line 1,147:
 
| style="background:#af87ff" |     
 
| style="background:#af87ff" |     
 
| #af87ff
 
| #af87ff
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#330
 
| ^#330
Line 880: Line 1,155:
 
| style="background:#afaf00" |     
 
| style="background:#afaf00" |     
 
| #afaf00
 
| #afaf00
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#331
 
| ^#331
Line 886: Line 1,163:
 
| style="background:#afaf5f" |     
 
| style="background:#afaf5f" |     
 
| #afaf5f
 
| #afaf5f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#332
 
| ^#332
Line 892: Line 1,171:
 
| style="background:#afaf87" |     
 
| style="background:#afaf87" |     
 
| #afaf87
 
| #afaf87
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#333
 
| ^#333
Line 898: Line 1,179:
 
| style="background:#afafaf" |     
 
| style="background:#afafaf" |     
 
| #afafaf
 
| #afafaf
 +
| silvery
 +
| style="background:#c0c0c0" |   
 
|-
 
|-
 
| ^#334
 
| ^#334
Line 904: Line 1,187:
 
| style="background:#afafd7" |     
 
| style="background:#afafd7" |     
 
| #afafd7
 
| #afafd7
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#335
 
| ^#335
Line 910: Line 1,195:
 
| style="background:#afafff" |     
 
| style="background:#afafff" |     
 
| #afafff
 
| #afafff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#340
 
| ^#340
Line 916: Line 1,203:
 
| style="background:#afd700" |     
 
| style="background:#afd700" |     
 
| #afd700
 
| #afd700
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#341
 
| ^#341
Line 922: Line 1,211:
 
| style="background:#afd75f" |     
 
| style="background:#afd75f" |     
 
| #afd75f
 
| #afd75f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#342
 
| ^#342
Line 928: Line 1,219:
 
| style="background:#afd787" |     
 
| style="background:#afd787" |     
 
| #afd787
 
| #afd787
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#343
 
| ^#343
Line 934: Line 1,227:
 
| style="background:#afd7af" |     
 
| style="background:#afd7af" |     
 
| #afd7af
 
| #afd7af
 +
| cyan
 +
| style="background:#008080" |   
 
|-
 
|-
 
| ^#344
 
| ^#344
Line 940: Line 1,235:
 
| style="background:#afd7d7" |     
 
| style="background:#afd7d7" |     
 
| #afd7d7
 
| #afd7d7
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#345
 
| ^#345
Line 946: Line 1,243:
 
| style="background:#afd7ff" |     
 
| style="background:#afd7ff" |     
 
| #afd7ff
 
| #afd7ff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#350
 
| ^#350
Line 952: Line 1,251:
 
| style="background:#afff00" |     
 
| style="background:#afff00" |     
 
| #afff00
 
| #afff00
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#351
 
| ^#351
Line 958: Line 1,259:
 
| style="background:#afff5f" |     
 
| style="background:#afff5f" |     
 
| #afff5f
 
| #afff5f
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#352
 
| ^#352
Line 964: Line 1,267:
 
| style="background:#afff87" |     
 
| style="background:#afff87" |     
 
| #afff87
 
| #afff87
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#353
 
| ^#353
Line 970: Line 1,275:
 
| style="background:#afffaf" |     
 
| style="background:#afffaf" |     
 
| #afffaf
 
| #afffaf
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#354
 
| ^#354
Line 976: Line 1,283:
 
| style="background:#afffd7" |     
 
| style="background:#afffd7" |     
 
| #afffd7
 
| #afffd7
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#355
 
| ^#355
Line 982: Line 1,291:
 
| style="background:#afffff" |     
 
| style="background:#afffff" |     
 
| #afffff
 
| #afffff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#400
 
| ^#400
Line 988: Line 1,299:
 
| style="background:#d70000" |     
 
| style="background:#d70000" |     
 
| #d70000
 
| #d70000
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#401
 
| ^#401
Line 994: Line 1,307:
 
| style="background:#d7005f" |     
 
| style="background:#d7005f" |     
 
| #d7005f
 
| #d7005f
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#402
 
| ^#402
Line 1,000: Line 1,315:
 
| style="background:#d70087" |     
 
| style="background:#d70087" |     
 
| #d70087
 
| #d70087
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#403
 
| ^#403
Line 1,006: Line 1,323:
 
| style="background:#d700af" |     
 
| style="background:#d700af" |     
 
| #d700af
 
| #d700af
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#404
 
| ^#404
Line 1,012: Line 1,331:
 
| style="background:#d700d7" |     
 
| style="background:#d700d7" |     
 
| #d700d7
 
| #d700d7
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#405
 
| ^#405
Line 1,018: Line 1,339:
 
| style="background:#d700ff" |     
 
| style="background:#d700ff" |     
 
| #d700ff
 
| #d700ff
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#410
 
| ^#410
Line 1,024: Line 1,347:
 
| style="background:#d75f00" |     
 
| style="background:#d75f00" |     
 
| #d75f00
 
| #d75f00
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#411
 
| ^#411
Line 1,030: Line 1,355:
 
| style="background:#d75f5f" |     
 
| style="background:#d75f5f" |     
 
| #d75f5f
 
| #d75f5f
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#412
 
| ^#412
Line 1,036: Line 1,363:
 
| style="background:#d75f87" |     
 
| style="background:#d75f87" |     
 
| #d75f87
 
| #d75f87
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#413
 
| ^#413
Line 1,042: Line 1,371:
 
| style="background:#d75faf" |     
 
| style="background:#d75faf" |     
 
| #d75faf
 
| #d75faf
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#414
 
| ^#414
Line 1,048: Line 1,379:
 
| style="background:#d75fd7" |     
 
| style="background:#d75fd7" |     
 
| #d75fd7
 
| #d75fd7
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#415
 
| ^#415
Line 1,054: Line 1,387:
 
| style="background:#d75fff" |     
 
| style="background:#d75fff" |     
 
| #d75fff
 
| #d75fff
 +
| purple
 +
| style="background:#800080" |   
 
|-
 
|-
 
| ^#420
 
| ^#420
Line 1,060: Line 1,395:
 
| style="background:#d78700" |     
 
| style="background:#d78700" |     
 
| #d78700
 
| #d78700
 +
| maroon
 +
| style="background:#800000" |   
 
|-
 
|-
 
| ^#421
 
| ^#421
Line 1,066: Line 1,403:
 
| style="background:#d7875f" |     
 
| style="background:#d7875f" |     
 
| #d7875f
 
| #d7875f
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#422
 
| ^#422
Line 1,072: Line 1,411:
 
| style="background:#d78787" |     
 
| style="background:#d78787" |     
 
| #d78787
 
| #d78787
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#423
 
| ^#423
Line 1,078: Line 1,419:
 
| style="background:#d787af" |     
 
| style="background:#d787af" |     
 
| #d787af
 
| #d787af
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#424
 
| ^#424
Line 1,084: Line 1,427:
 
| style="background:#d787d7" |     
 
| style="background:#d787d7" |     
 
| #d787d7
 
| #d787d7
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#425
 
| ^#425
Line 1,090: Line 1,435:
 
| style="background:#d787ff" |     
 
| style="background:#d787ff" |     
 
| #d787ff
 
| #d787ff
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#430
 
| ^#430
Line 1,096: Line 1,443:
 
| style="background:#d7af00" |     
 
| style="background:#d7af00" |     
 
| #d7af00
 
| #d7af00
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#431
 
| ^#431
Line 1,102: Line 1,451:
 
| style="background:#d7af5f" |     
 
| style="background:#d7af5f" |     
 
| #d7af5f
 
| #d7af5f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#432
 
| ^#432
Line 1,108: Line 1,459:
 
| style="background:#d7af87" |     
 
| style="background:#d7af87" |     
 
| #d7af87
 
| #d7af87
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#433
 
| ^#433
Line 1,114: Line 1,467:
 
| style="background:#d7afaf" |     
 
| style="background:#d7afaf" |     
 
| #d7afaf
 
| #d7afaf
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#434
 
| ^#434
Line 1,120: Line 1,475:
 
| style="background:#d7afd7" |     
 
| style="background:#d7afd7" |     
 
| #d7afd7
 
| #d7afd7
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#435
 
| ^#435
Line 1,126: Line 1,483:
 
| style="background:#d7afff" |     
 
| style="background:#d7afff" |     
 
| #d7afff
 
| #d7afff
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#440
 
| ^#440
Line 1,132: Line 1,491:
 
| style="background:#d7d700" |     
 
| style="background:#d7d700" |     
 
| #d7d700
 
| #d7d700
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#441
 
| ^#441
Line 1,138: Line 1,499:
 
| style="background:#d7d75f" |     
 
| style="background:#d7d75f" |     
 
| #d7d75f
 
| #d7d75f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#442
 
| ^#442
Line 1,144: Line 1,507:
 
| style="background:#d7d787" |     
 
| style="background:#d7d787" |     
 
| #d7d787
 
| #d7d787
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#443
 
| ^#443
Line 1,150: Line 1,515:
 
| style="background:#d7d7af" |     
 
| style="background:#d7d7af" |     
 
| #d7d7af
 
| #d7d7af
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#444
 
| ^#444
Line 1,156: Line 1,523:
 
| style="background:#d7d7d7" |     
 
| style="background:#d7d7d7" |     
 
| #d7d7d7
 
| #d7d7d7
 +
| silvery
 +
| style="background:#c0c0c0" |   
 
|-
 
|-
 
| ^#445
 
| ^#445
Line 1,162: Line 1,531:
 
| style="background:#d7d7ff" |     
 
| style="background:#d7d7ff" |     
 
| #d7d7ff
 
| #d7d7ff
 +
| blue
 +
| style="background:#0000ff" |   
 
|-
 
|-
 
| ^#450
 
| ^#450
Line 1,168: Line 1,539:
 
| style="background:#d7ff00" |     
 
| style="background:#d7ff00" |     
 
| #d7ff00
 
| #d7ff00
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#451
 
| ^#451
Line 1,174: Line 1,547:
 
| style="background:#d7ff5f" |     
 
| style="background:#d7ff5f" |     
 
| #d7ff5f
 
| #d7ff5f
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#452
 
| ^#452
Line 1,180: Line 1,555:
 
| style="background:#d7ff87" |     
 
| style="background:#d7ff87" |     
 
| #d7ff87
 
| #d7ff87
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#453
 
| ^#453
Line 1,186: Line 1,563:
 
| style="background:#d7ffaf" |     
 
| style="background:#d7ffaf" |     
 
| #d7ffaf
 
| #d7ffaf
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#454
 
| ^#454
Line 1,192: Line 1,571:
 
| style="background:#d7ffd7" |     
 
| style="background:#d7ffd7" |     
 
| #d7ffd7
 
| #d7ffd7
 +
| green
 +
| style="background:#00ff00" |   
 
|-
 
|-
 
| ^#455
 
| ^#455
Line 1,198: Line 1,579:
 
| style="background:#d7ffff" |     
 
| style="background:#d7ffff" |     
 
| #d7ffff
 
| #d7ffff
 +
| aqua
 +
| style="background:#00ffff" |   
 
|-
 
|-
 
| ^#500
 
| ^#500
Line 1,204: Line 1,587:
 
| style="background:#ff0000" |     
 
| style="background:#ff0000" |     
 
| #ff0000
 
| #ff0000
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#501
 
| ^#501
Line 1,210: Line 1,595:
 
| style="background:#ff005f" |     
 
| style="background:#ff005f" |     
 
| #ff005f
 
| #ff005f
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#502
 
| ^#502
Line 1,216: Line 1,603:
 
| style="background:#ff0087" |     
 
| style="background:#ff0087" |     
 
| #ff0087
 
| #ff0087
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#503
 
| ^#503
Line 1,222: Line 1,611:
 
| style="background:#ff00af" |     
 
| style="background:#ff00af" |     
 
| #ff00af
 
| #ff00af
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#504
 
| ^#504
Line 1,228: Line 1,619:
 
| style="background:#ff00d7" |     
 
| style="background:#ff00d7" |     
 
| #ff00d7
 
| #ff00d7
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#505
 
| ^#505
Line 1,234: Line 1,627:
 
| style="background:#ff00ff" |     
 
| style="background:#ff00ff" |     
 
| #ff00ff
 
| #ff00ff
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#510
 
| ^#510
Line 1,240: Line 1,635:
 
| style="background:#ff5f00" |     
 
| style="background:#ff5f00" |     
 
| #ff5f00
 
| #ff5f00
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#511
 
| ^#511
Line 1,246: Line 1,643:
 
| style="background:#ff5f5f" |     
 
| style="background:#ff5f5f" |     
 
| #ff5f5f
 
| #ff5f5f
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#512
 
| ^#512
Line 1,252: Line 1,651:
 
| style="background:#ff5f87" |     
 
| style="background:#ff5f87" |     
 
| #ff5f87
 
| #ff5f87
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#513
 
| ^#513
Line 1,258: Line 1,659:
 
| style="background:#ff5faf" |     
 
| style="background:#ff5faf" |     
 
| #ff5faf
 
| #ff5faf
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#514
 
| ^#514
Line 1,264: Line 1,667:
 
| style="background:#ff5fd7" |     
 
| style="background:#ff5fd7" |     
 
| #ff5fd7
 
| #ff5fd7
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#515
 
| ^#515
Line 1,270: Line 1,675:
 
| style="background:#ff5fff" |     
 
| style="background:#ff5fff" |     
 
| #ff5fff
 
| #ff5fff
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#520
 
| ^#520
Line 1,276: Line 1,683:
 
| style="background:#ff8700" |     
 
| style="background:#ff8700" |     
 
| #ff8700
 
| #ff8700
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#521
 
| ^#521
Line 1,282: Line 1,691:
 
| style="background:#ff875f" |     
 
| style="background:#ff875f" |     
 
| #ff875f
 
| #ff875f
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#522
 
| ^#522
Line 1,288: Line 1,699:
 
| style="background:#ff8787" |     
 
| style="background:#ff8787" |     
 
| #ff8787
 
| #ff8787
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#523
 
| ^#523
Line 1,294: Line 1,707:
 
| style="background:#ff87af" |     
 
| style="background:#ff87af" |     
 
| #ff87af
 
| #ff87af
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#524
 
| ^#524
Line 1,300: Line 1,715:
 
| style="background:#ff87d7" |     
 
| style="background:#ff87d7" |     
 
| #ff87d7
 
| #ff87d7
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#525
 
| ^#525
Line 1,306: Line 1,723:
 
| style="background:#ff87ff" |     
 
| style="background:#ff87ff" |     
 
| #ff87ff
 
| #ff87ff
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#530
 
| ^#530
Line 1,312: Line 1,731:
 
| style="background:#ffaf00" |     
 
| style="background:#ffaf00" |     
 
| #ffaf00
 
| #ffaf00
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#531
 
| ^#531
Line 1,318: Line 1,739:
 
| style="background:#ffaf5f" |     
 
| style="background:#ffaf5f" |     
 
| #ffaf5f
 
| #ffaf5f
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#532
 
| ^#532
Line 1,324: Line 1,747:
 
| style="background:#ffaf87" |     
 
| style="background:#ffaf87" |     
 
| #ffaf87
 
| #ffaf87
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#533
 
| ^#533
Line 1,330: Line 1,755:
 
| style="background:#ffafaf" |     
 
| style="background:#ffafaf" |     
 
| #ffafaf
 
| #ffafaf
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#534
 
| ^#534
Line 1,336: Line 1,763:
 
| style="background:#ffafd7" |     
 
| style="background:#ffafd7" |     
 
| #ffafd7
 
| #ffafd7
 +
| red
 +
| style="background:#ff0000" |   
 
|-
 
|-
 
| ^#535
 
| ^#535
Line 1,342: Line 1,771:
 
| style="background:#ffafff" |     
 
| style="background:#ffafff" |     
 
| #ffafff
 
| #ffafff
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#540
 
| ^#540
Line 1,348: Line 1,779:
 
| style="background:#ffd700" |     
 
| style="background:#ffd700" |     
 
| #ffd700
 
| #ffd700
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#541
 
| ^#541
Line 1,354: Line 1,787:
 
| style="background:#ffd75f" |     
 
| style="background:#ffd75f" |     
 
| #ffd75f
 
| #ffd75f
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#542
 
| ^#542
Line 1,360: Line 1,795:
 
| style="background:#ffd787" |     
 
| style="background:#ffd787" |     
 
| #ffd787
 
| #ffd787
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#543
 
| ^#543
Line 1,366: Line 1,803:
 
| style="background:#ffd7af" |     
 
| style="background:#ffd7af" |     
 
| #ffd7af
 
| #ffd7af
 +
| brown
 +
| style="background:#808000" |   
 
|-
 
|-
 
| ^#544
 
| ^#544
Line 1,372: Line 1,811:
 
| style="background:#ffd7d7" |     
 
| style="background:#ffd7d7" |     
 
| #ffd7d7
 
| #ffd7d7
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#545
 
| ^#545
Line 1,378: Line 1,819:
 
| style="background:#ffd7ff" |     
 
| style="background:#ffd7ff" |     
 
| #ffd7ff
 
| #ffd7ff
 +
| fuchsia
 +
| style="background:#ff00ff" |   
 
|-
 
|-
 
| ^#550
 
| ^#550
Line 1,384: Line 1,827:
 
| style="background:#ffff00" |     
 
| style="background:#ffff00" |     
 
| #ffff00
 
| #ffff00
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#551
 
| ^#551
Line 1,390: Line 1,835:
 
| style="background:#ffff5f" |     
 
| style="background:#ffff5f" |     
 
| #ffff5f
 
| #ffff5f
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#552
 
| ^#552
Line 1,396: Line 1,843:
 
| style="background:#ffff87" |     
 
| style="background:#ffff87" |     
 
| #ffff87
 
| #ffff87
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#553
 
| ^#553
Line 1,402: Line 1,851:
 
| style="background:#ffffaf" |     
 
| style="background:#ffffaf" |     
 
| #ffffaf
 
| #ffffaf
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#554
 
| ^#554
Line 1,408: Line 1,859:
 
| style="background:#ffffd7" |     
 
| style="background:#ffffd7" |     
 
| #ffffd7
 
| #ffffd7
 +
| yellow
 +
| style="background:#ffff00" |   
 
|-
 
|-
 
| ^#555
 
| ^#555
Line 1,414: Line 1,867:
 
| style="background:#ffffff" |     
 
| style="background:#ffffff" |     
 
| #ffffff
 
| #ffffff
 +
| white
 +
| style="background:#ffffff" |   
 
|}
 
|}
 +
 +
===Special Color Codes===
 +
Below are a list of the standard color codes for CoffeeMud.  You may display this list with the AHELP COLORS command.
 +
 +
{| style="border: 1px solid #c6c9ff; border-collapse: collapse;" cellspacing="0" cellpadding="1" border="1" width="60%" <div class="Left" style="width: auto; Margin-left: auto; margin-right: auto;">
 +
|-
 +
! Code
 +
! Definition
 +
! Notes
 +
|-
 +
| ^N
 +
| Normal
 +
| Resets to mud-default (white)
 +
|-
 +
| ^!
 +
| Bold
 +
|
 +
|-
 +
| ^H
 +
| Highlight
 +
| The [[COLORSET]] color defined for Highlight
 +
|-
 +
| ^_
 +
| Underline
 +
|
 +
|-
 +
| ^/
 +
| Italics
 +
|
 +
|-
 +
| ^.
 +
| Reset (turns off reverse)
 +
|
 +
|-
 +
| ^^
 +
| Generates an untranslated "^" character
 +
|
 +
|-
 +
| ^?
 +
| Restores previous color
 +
|
 +
|-
 +
| ^f
 +
| You-Fight
 +
| The [[COLORSET]] color defined for Your Fight Text
 +
|-
 +
| ^e
 +
| Fight-You
 +
| The [[COLORSET]] color defined for Fighting You Text
 +
|-
 +
| ^F
 +
| Fight
 +
| The [[COLORSET]] color defined for Other Fight Text
 +
|-
 +
| ^S
 +
| Spell
 +
| The [[COLORSET]] color defined for Abilities
 +
|-
 +
| ^E
 +
| Emote
 +
| The [[COLORSET]] color defined for Emotes
 +
|-
 +
| ^T
 +
| Talk
 +
| The [[COLORSET]] color defined for Tells
 +
|-
 +
| ^Q
 +
| Channel Background
 +
| The [[COLORSET]] color defined for default channel background
 +
|-
 +
| ^q
 +
| Channel Foreground
 +
| The [[COLORSET]] color defined for default channel foreground
 +
|-
 +
| ^x
 +
| Important message 1
 +
|
 +
|-
 +
| ^X
 +
| Important message 2
 +
|
 +
|-
 +
| ^Z
 +
| Important message 3
 +
|
 +
|-
 +
| ^O
 +
| Room Title
 +
| The [[COLORSET]] color defined for Room Titles
 +
|-
 +
| ^L
 +
| Room Description
 +
| The [[COLORSET]] color defined for Room Descriptions
 +
|-
 +
| ^D
 +
| Direction
 +
| The [[COLORSET]] color defined for Doorless exits
 +
|-
 +
| ^d
 +
| Door
 +
| The [[COLORSET]] color defined for Door exits
 +
|-
 +
| ^I
 +
| Item
 +
| The [[COLORSET]] color defined for Items
 +
|-
 +
| ^M
 +
| MOB
 +
| The [[COLORSET]] color defined for Mobs
 +
|-
 +
| ^U
 +
| Unexplored Direction
 +
|
 +
|-
 +
| ^u
 +
| Unexplored Door
 +
|
 +
|-
 +
| ^#rgb
 +
| 256 foreground (r=red, g=green, b=blue: 0 to 5 only)
 +
|
 +
|-
 +
| ^##xx
 +
| 256 foreground (xx = hex number from 00 - ff)
 +
|
 +
|-
 +
| ^<nowiki>|</nowiki>rgb
 +
| 256 color background (r=red, g=green, b=blue: 0 to 5 only)
 +
|
 +
|-
 +
| ^<nowiki>||</nowiki>xx
 +
| 256 color background (xx = hex number from 00 - ff)
 +
|
 +
|}
 +
 +
* Note: when using background colors, the foreground must always come first.
 +
 +
=Notes=
 +
.

Latest revision as of 21:51, 23 March 2021

CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Player Information=
Basics Info     Commands     Socials     Combat     Groups Character Stats     Races     Classes     Abilities     Expertises     Achievements
World Deities     Areas     Property     Quests     Clans     Triumphs Items Items     Crafting     Ships

USING COLORS

CoffeeMUD supports the base 16 ANSI and the ANSI 256 colors. Color display can be disabled, or set to base ANSI or ANSI256 colors with the ANSI and NOANSI commands. To use an ANSI color in the description of an item (or while using the Writing skill), precede the text string with the color code (and no space). It is always best to end each colored string with the ending code of ^? to prevent color bleed into subsequent text. For ANSI 256 colors, the color code is started with ^# and then a 3 digit base 6 code for Red-Green-Blue completes the code. Since your client may interpret colors a little differently, below is the baseline sample of colors (and the colors you will see in Siplet).

ANSI COLORS

Foreground Code Background Code Name Fancy Name Sample HEX Code
No Code No Code black black #000000
^R No Code maroon maroon #800000
^G No Code dark green forest green #008000
^Y No Code brown olive-green #808000
^B No Code dark blue navy-blue #000080
^P No Code purple purple #800080
^C No Code cyan teal #008080
^W ^~W silvery silver-colored #c0c0c0
^k No Code grey grey #808080
^r ^~r red red #ff0000
^g ^~g green lime green #00ff00
^y ^~y yellow yellow #ffff00
^b ^~b blue blue #0000ff
^p ^~p fuchsia fuchsia #ff00ff
^c ^~c aqua aqua #00ffff
^w ^~w or ^~k white white #ffffff

ANSI 256 COLORS

These color codes can be used regardless of the author's ANSI configuration. Users who have ANSI disabled, will not see any colors. Users with ANSI 16 will see the color from the ANSI color table above, instead. Users with ANSI 256 enabled will see the listed color, with some possible variation due to the way the client interprets the color.

To use a background ANSI256 color, use a "|" instead of the "#" in the code.

Example 
Cerulean is code ^#023 for text(foreground), and ^|023 for highlight(background).
Code Name Fancy Name ANSI256 Display HEX Code ANSI16 Alt
^#000 black vader-black #000000 black
^#001 deep blue midnight-blue #00005f dark blue
^#002 very dark blue cobalt-blue #000087 dark blue
^#003 strong dark blue hooloovoo-blue #0000af dark blue
^#004 vivid blue ravenclaw-blue #0000d7 dark blue
^#005 luminous vivid blue valenthian-blue #0000ff blue
^#010 deep green emerald-green #005f00 dark green
^#011 deep cyan hernadonian-teal #005f5f cyan
^#012 strong cerulean steel-blue #005f87 dark blue
^#013 strong azure tardis-blue #005faf dark blue
^#014 vivid azure dodger-blue #005fd7 dark blue
^#015 luminous vivid cobalt blue cobalt-blue #005fff blue
^#020 emerald green slytherin-green #008700 dark green
^#021 strong turquoise-colored eucalyptus-colored #00875f cyan
^#022 strong artic blue cadet-blue #008787 cyan
^#023 cerulean cerulean #0087af cyan
^#024 vivid cornflower blue lochmara-blue #0087d7 dark blue
^#025 luminous vivid azure azure #0087ff blue
^#030 strong green kelly-green #00af00 dark green
^#031 strong spring green jade-colored #00af5f dark green
^#032 turquoise-colored thalosian-green #00af87 cyan
^#033 strong cyan celadon #00afaf cyan
^#034 vivid artic blue artic-blue #00afd7 cyan
^#035 lumionus vivid cornflower blue azure-radiance #00afff blue
^#040 vivid green shamrock-green #00d700 dark green
^#041 vivid spring green spring-green #00d75f dark green
^#042 vivid aquamarine-colored caribbean-green #00d787 dark green
^#043 vivid opal opal-colored #00d7af cyan
^#044 vivid cyan downy-blue #00d7d7 cyan
^#045 luminious vivid artic blue turquoisey-colored #00d7ff aqua
^#050 luminous vivid green harlequin-green #00ff00 green
^#051 luminous vivid sea green malachite-green #00ff5f green
^#052 luminous vivid spring green Medium-spring-green #00ff87 green
^#053 luminous vivid aquamarine-colored scandal-green #00ffaf green
^#054 luminoius vivid opal java-colored #00ffd7 aqua
^#055 luminous vivid cyan cyan #00ffff aqua
^#100 deep reddish brown scarlet #5f0000 maroon
^#101 deep magenta eggplant-colored #5f005f purple
^#102 strong mulberry pigment-indigo #5f0087 purple
^#103 strong violet indigo #5f00af purple
^#104 vivid violet purple-iris-colored #5f00d7 purple
^#105 luminous vivid blue Violet blueviolet #5f00ff dark blue
^#110 deep olive-colored citron-green #5f5f00 brown
^#111 dark gray taupe #5f5f5f grey
^#112 grayish blue comet-grey #5f5f87 dark blue
^#113 light grayish blue scampi-blue #5f5faf dark blue
^#114 light blue delphinium-blue #5f5fd7 dark blue
^#115 light brilliant blue periwinkle #5f5fff dark blue
^#120 strong lime colored olive-drab #5f8700 dark green
^#121 grayish green sage-green #5f875f dark green
^#122 grayish cyan juniper-grey #5f8787 cyan
^#123 grayish azure steel-blue #5f87af blue
^#124 light cobalt blue sapphire-blue #5f87d7 blue
^#125 light brilliant sapphire blue cornflower-blue #5f87ff blue
^#130 strong chartreuse green limeade-green #5faf00 dark green
^#131 light grayish green thussevy-green #5faf5f dark green
^#132 grayish spring green silvertree-colored #5faf87 blue
^#133 light grayish cyan tradewind-blue #5fafaf cyan
^#134 light cornflower blue shakespeare-blue #5fafd7 blue
^#135 light brilliant azure ice-blue #5fafff blue
^#140 vivid chartreuse green bahia-green #5fd700 dark green
^#141 light green mantis-green #5fd75f dark green
^#142 light sea green sea-green #5fd787 dark green
^#143 light aquamarine-colored aquamarine-colored #5fd7af aqua
^#144 lightish cyan viking-blue #5fd7d7 aqua
^#145 light brilliant cerulean tiffany-blue #5fd7ff aqua
^#150 luminous vivid pistachio pistachio-colored #5fff00 green
^#151 light brilliant green screaming-green #5fff5f green
^#152 light brilliant malachite green tidal-green #5fff87 green
^#153 light brilliant spring green moss-green #5fffaf green
^#154 light brilliant turquoise-colored powder-blue #5fffd7 aqua
^#155 light brilliant cyan spray-cyan #5fffff aqua
^#200 strong red burgundy #870000 maroon
^#201 strong fuchsia boysenberry-colored #87005f purple
^#202 strong purplish magenta camelot-purple #870087 purple
^#203 strong light mulberry mulberry-colored #8700af purple
^#204 vivid purple violet #8700d7 purple
^#205 luminous vivid violet electric-violet #8700ff purple
^#210 strong amber browncoat-colored #875f00 brown
^#211 grayish red copper-rose-colored #875f5f brown
^#212 grayish magenta strikemaster-plum #875f87 purple
^#213 grayish violet mauve #875faf purple
^#214 light blue violet tananite #875fd7 purple
^#215 light brilliant indigo amethyst-colored #875fff dark blue
^#220 strong olive-colored olive-colored #878700 brown
^#221 grayish olive-colored clay-creek-colored #87875f brown
^#222 medium gray dim-grey #878787 silvery
^#223 blue grey wild-blue-yonder #8787af dark blue
^#224 light pale grey blue chetwode-blue #8787d7 purple
^#225 very light blue malibu-blue #8787ff blue
^#230 strong lime green lime-green #87af00 brown
^#231 grayish chartreuse green asparagus-colored #87af5f brown
^#232 greenish gray bayleaf-green #87af87 dark green
^#233 cyanish gray gulfstream-grey #87afaf cyan
^#234 pale light grayish azure slate-blue #87afd7 blue
^#235 very light cobalt blue sky-blue #87afff blue
^#240 vivid spring bud atlantis-green #87d700 dark green
^#241 light pistachio fern-green #87d75f green
^#242 pale light grayish green feijoa-green #87d787 green
^#243 pale light grayish spring green vista-blue #87d7af green
^#244 pale light grayish cyan bermuda-blue #87d7d7 aqua
^#245 very light cornflower blue baby-blue #87d7ff aqua
^#250 luminous vivid chartreuse green chartreuse #87ff00 green
^#251 light brilliant harlequin prim-green #87ff5f green
^#252 very light green mint-green #87ff87 green
^#253 very light sea green sprout-green #87ffaf green
^#254 very light aquamarine-colored caper-cyan #87ffd7 aqua
^#255 very light cyan seaglass-cyan #87ffff aqua
^#300 strong scarlet gryffindor-scarlet #af0000 maroon
^#301 strong rose red-flirt-colored #af005f maroon
^#302 strong light fuchsia violet-flirt #af0087 purple
^#303 strong magenta red-violet #af00af purple
^#304 vivid heliotrope cabaret-colored #af00d7 purple
^#305 luminous vivid purple lilac-colored #af00ff purple
^#310 strong orange beige #af5f00 maroon
^#311 light grayish red merlot-colored #af5f5f maroon
^#312 grayish rose tapestry-colored #af5f87 red
^#313 light grayish magenta fuchia-pink #af5faf purple
^#314 light purple medium-purple #af5fd7 purple
^#315 light brilliant violet heliotrope #af5fff purple
^#320 strong light amber pirat-golden #af8700 brown
^#321 grayish brown muesli-colored #af875f brown
^#322 reddish gray pharlap-colored #af8787 maroon
^#323 magentaish gray purple-bouquet #af87af purple
^#324 pale light grayish violet lavender-colored #af87d7 purple
^#325 very light blue violet kimian-purple #af87ff purple
^#330 strong light olive-colored golden #afaf00 brown
^#331 light grayish olive-colored dark-khaki #afaf5f brown
^#332 yellowish gray hillary-brown #afaf87 brown
^#333 deep silver (medium gray) base-grey #afafaf silvery
^#334 light bluish gray wistful-blue #afafd7 blue
^#335 pale blue melrose-colored #afafff blue
^#340 vivid apple green green-apple-colored #afd700 brown
^#341 light spring bud conifer-green #afd75f brown
^#342 pale light grayish chartreuse green flax-green #afd787 brown
^#343 light greenish gray pixie-green #afd7af cyan
^#344 light cyanish gray junglemist-blue #afd7d7 aqua
^#345 pale azure clearskies-blue #afd7ff aqua
^#350 luminous vivid spring bud pear-green #afff00 green
^#351 light brilliant chartreuse green green-yellow #afff5f green
^#352 very light pistachio mindaro-green #afff87 green
^#353 very light sap green sulu-green #afffaf green
^#354 pale spring green aero-blue #afffd7 aqua
^#355 pale cyan robbinegg-blue #afffff aqua
^#400 vivid red santa-red #d70000 maroon
^#401 vivid rose crimson #d7005f maroon
^#402 vivid cerise carnation-colored #d70087 maroon
^#403 vivid orchid cerise #d700af purple
^#404 vivid magenta purple-pizzazz #d700d7 purple
^#405 luminous vivid heliotrope pretty-in-pink #d700ff fuchsia
^#410 vivid orange tenn-colored #d75f00 maroon
^#411 pink Indian-red #d75f5f red
^#412 light raspberry cranberry-colored #d75f87 red
^#413 light cerise hot-pink #d75faf red
^#414 brilliant orchid orchid-colored #d75fd7 fuchsia
^#415 light brilliant mulberry wilderberry-colored #d75fff purple
^#420 vivid gamboge mango-colored #d78700 maroon
^#421 light tangelo tangelo-colored #d7875f red
^#422 pale grayish pink salmon-colored #d78787 red
^#423 pale light grayish rose dusty-rose-colored #d787af red
^#424 pale light grayish magenta plum-colored #d787d7 fuchsia
^#425 very light purple perfume-colored #d787ff fuchsia
^#430 vivid golden filigree-golden #d7af00 brown
^#431 light gamboge tacha #d7af5f brown
^#432 pale light grayish brown tan #d7af87 brown
^#433 pinkish gray clamshell-colored #d7afaf red
^#434 light magentaish gray thistle-colored #d7afd7 fuchsia
^#435 pale violet melanie-colored #d7afff fuchsia
^#440 vivid yellow corn-yellow #d7d700 yellow
^#441 light yellow khaki #d7d75f brown
^#442 pale light grayish olive-colored deco-yellow #d7d787 yellow
^#443 light yellowish gray mist-yellow #d7d7af yellow
^#444 bright silver gainsboro-grey #d7d7d7 silvery
^#445 very pale blue atat-silver #d7d7ff blue
^#450 luminious vivid yellow chartreuse-yellow #d7ff00 yellow
^#451 light vivid yellow canary-yellow #d7ff5f yellow
^#452 very light spring bud honeysuckle-colored #d7ff87 yellow
^#453 pale chartreuse green reef-yellow #d7ffaf green
^#454 very pale green snowy-mint-colored #d7ffd7 green
^#455 light cyan oysterbay-blue #d7ffff aqua
^#500 luminous vivid red cherry-red #ff0000 red
^#501 luminous vivid raspberry raspberry-red #ff005f red
^#502 luminous vivid rose razzledazzle-rose-colored #ff0087 fuchsia
^#503 luminous vivid cerise rose-colored #ff00af fuchsia
^#504 luminous vivid orchid shocking-pink #ff00d7 fuchsia
^#505 luminous vivid magenta magenta #ff00ff fuchsia
^#510 lumnious vivid tangelo burnt-orange #ff5f00 red
^#511 light brilliant red bittersweet-red #ff5f5f red
^#512 light brilliant crimson wild-watermelon-colored #ff5f87 red
^#513 light brilliant rose wewak-pink #ff5faf fuchsia
^#514 light brilliant fuchsia thalosian-pink #ff5fd7 fuchsia
^#515 light brilliant magenta pink-flamingo-colored #ff5fff fuchsia
^#520 luminous vivid orange orange-colored #ff8700 red
^#521 light brilliant vermilion hydrascale-red #ff875f red
^#522 light pink coral-colored #ff8787 red
^#523 very light raspberry pink-salmon #ff87af red
^#524 very light cerise lavender-rose-colored #ff87d7 fuchsia
^#525 very light magenta blush-pink #ff87ff fuchsia
^#530 lumionus vivid gamboge butterscotch-colored #ffaf00 red
^#531 light brilliant orange orthindar-rose-colored #ffaf5f brown
^#532 very light tangelo pink-ice #ffaf87 red
^#533 pale pink flesh-colored #ffafaf red
^#534 pale rose pink #ffafd7 red
^#535 pale magenta cherub-pink #ffafff fuchsia
^#540 luminous vivid golden golden-hufflepuff #ffd700 yellow
^#541 light brilliant amber goldernrod #ffd75f yellow
^#542 very light gamboge grandis-yellow #ffd787 yellow
^#543 pale orange champagne-colored #ffd7af brown
^#544 very pale pink mistyrose-colored #ffd7d7 fuchsia
^#545 very pale magenta lace-pink #ffd7ff fuchsia
^#550 luminous vivid yellow zacarian-yellow #ffff00 yellow
^#551 light brilliant yellow lemon-colored #ffff5f yellow
^#552 very light yellow yellow-rose-colored #ffff87 yellow
^#553 pale yellow vanilla-cream-colored #ffffaf yellow
^#554 very pale yellow cornsilk-white #ffffd7 yellow
^#555 pale white snow-white #ffffff white

Special Color Codes

Below are a list of the standard color codes for CoffeeMud. You may display this list with the AHELP COLORS command.

Code Definition Notes
^N Normal Resets to mud-default (white)
^! Bold
^H Highlight The COLORSET color defined for Highlight
^_ Underline
^/ Italics
^. Reset (turns off reverse)
^^ Generates an untranslated "^" character
^? Restores previous color
^f You-Fight The COLORSET color defined for Your Fight Text
^e Fight-You The COLORSET color defined for Fighting You Text
^F Fight The COLORSET color defined for Other Fight Text
^S Spell The COLORSET color defined for Abilities
^E Emote The COLORSET color defined for Emotes
^T Talk The COLORSET color defined for Tells
^Q Channel Background The COLORSET color defined for default channel background
^q Channel Foreground The COLORSET color defined for default channel foreground
^x Important message 1
^X Important message 2
^Z Important message 3
^O Room Title The COLORSET color defined for Room Titles
^L Room Description The COLORSET color defined for Room Descriptions
^D Direction The COLORSET color defined for Doorless exits
^d Door The COLORSET color defined for Door exits
^I Item The COLORSET color defined for Items
^M MOB The COLORSET color defined for Mobs
^U Unexplored Direction
^u Unexplored Door
^#rgb 256 foreground (r=red, g=green, b=blue: 0 to 5 only)
^##xx 256 foreground (xx = hex number from 00 - ff)
^|rgb 256 color background (r=red, g=green, b=blue: 0 to 5 only)
^||xx 256 color background (xx = hex number from 00 - ff)
  • Note: when using background colors, the foreground must always come first.

Notes

.

Pages in category "Colors"

The following 8 pages are in this category, out of 8 total.