dbeurive/color

This package contains implementations of a color picker.

1.0.3 2016-09-25 10:11 UTC

This package is not auto-updated.

Last update: 2024-05-15 18:12:46 UTC


README

This package implements a simple colour picker that allows the user to pick a colour by its name among a given list of colours.

The list of colours comes from Wikipedia.

License

The MIT License (MIT)

Copyright (c) 2016 Denis BEURIVE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Synopsis

    use dbeurive\Color\Picker;

    print 'HTML code for the color "Absolute Zero": ' . Picker::absoluteZero() . "\n";
    print 'HTML code for the color "Aero Blue": ' . Picker::aeroBlue() . "\n";

    print 'GraphViz code for the color "Absolute Zero": ' . Picker::absoluteZero('graphviz') . "\n";
    print 'GraphViz code for the color "Aero Blue": ' . Picker::aeroBlue('graphviz') . "\n";

    Picker::setDefaultOutputFormat('rgb');

    print 'RGB triplet for the color "Absolute Zero": ' .  print_r(Picker::absoluteZero(), true) . "\n";
    print 'RGB triplet for the color "Aero Blue": ' . print_r(Picker::aeroBlue(), true) . "\n";

    Picker::setDefaultOutputFormat('hsl');

    print 'HSL triplet for the color "Absolute Zero": ' .  print_r(Picker::absoluteZero(), true) . "\n";
    print 'HSL triplet for the color "Aero Blue": ' . print_r(Picker::aeroBlue(), true) . "\n";

    Picker::setDefaultOutputFormat('hsv');

    print 'HSV triplet for the color "Absolute Zero": ' .  print_r(Picker::absoluteZero(), true) . "\n";
    print 'HSV triplet for the color "Aero Blue": ' . print_r(Picker::aeroBlue(), true) . "\n";

Which will output:

HTML code for the color "Absolute Zero": #0048BA
HTML code for the color "Aero Blue Zero": #C9FFE5
GraphViz code for the color "Absolute Zero": #0048BA
GraphViz code for the color "Aero Blue Zero": #C9FFE5
RGB triplet for the color "Absolute Zero": Array
(
    [0] => 0
    [1] => 28
    [2] => 73
)

RGB triplet for the color "Aero Blue Zero": Array
(
    [0] => 79
    [1] => 100
    [2] => 90
)

HSL triplet for the color "Absolute Zero": Array
(
    [0] => 217
    [1] => 100
    [2] => 37
)

HSL triplet for the color "Aero Blue Zero": Array
(
    [0] => 151
    [1] => 100
    [2] => 89
)

HSV triplet for the color "Absolute Zero": Array
(
    [0] => 217
    [1] => 100
    [2] => 73
)

HSV triplet for the color "Aero Blue Zero": Array
(
    [0] => 151
    [1] => 21
    [2] => 100
)

Installation

Form the command line:

composer require dbeurive/color

Or, from within your file composer.json:

"require": {
    "dbeurive/color": "*"
}

API

Colour codes come in multiple formats :

  • "html". For example "#0048BA"
  • "graphviz". For example "#0048BA"
  • "rgb". For example array(120, 150, 0)
  • "hsl". For example array(151, 100, 89)
  • "hsv". For example array(151, 21, 100)

Note: see Wikipedia for details.

Picker::setDefaultOutputFormat($inFormat)

Set the default output format. If not set, the default output format is 'html'. Valid formats' identifiers are:

  • "html"
  • "graphviz"
  • "rgb"
  • "hsl"
  • "hsv"

Colour's getters

Name of the color Method HTML color code Sample
Absolute zero absoluteZero($inOptFormat) #0048BA Sample
Acid green acidGreen($inOptFormat) #B0BF1A Sample
Aero aero($inOptFormat) #7CB9E8 Sample
Aero blue aeroBlue($inOptFormat) #C9FFE5 Sample
African violet africanViolet($inOptFormat) #B284BE Sample
Air Force blue (RAF) airForceBlueRaf($inOptFormat) #5D8AA8 Sample
Air Force blue (USAF) airForceBlueUsaf($inOptFormat) #00308F Sample
Air superiority blue airSuperiorityBlue($inOptFormat) #72A0C1 Sample
Alabama crimson alabamaCrimson($inOptFormat) #AF002A Sample
Alabaster alabaster($inOptFormat) #F2F0E6 Sample
Alice blue aliceBlue($inOptFormat) #F0F8FF Sample
Alien Armpit alienArmpit($inOptFormat) #84DE02 Sample
Alizarin crimson alizarinCrimson($inOptFormat) #E32636 Sample
Alloy orange alloyOrange($inOptFormat) #C46210 Sample
Almond almond($inOptFormat) #EFDECD Sample
Amaranth amaranth($inOptFormat) #E52B50 Sample
Amaranth deep purple amaranthDeepPurple($inOptFormat) #9F2B68 Sample
Amaranth pink amaranthPink($inOptFormat) #F19CBB Sample
Amaranth purple amaranthPurple($inOptFormat) #AB274F Sample
Amaranth red amaranthRed($inOptFormat) #D3212D Sample
Amazon amazon($inOptFormat) #3B7A57 Sample
Amazonite amazonite($inOptFormat) #00C4B0 Sample
Amber amber($inOptFormat) #FFBF00 Sample
Amber (SAE/ECE) amberSaeEce($inOptFormat) #FF7E00 Sample
American rose americanRose($inOptFormat) #FF033E Sample
Amethyst amethyst($inOptFormat) #9966CC Sample
Android green androidGreen($inOptFormat) #A4C639 Sample
Anti-flash white antiFlashWhite($inOptFormat) #F2F3F4 Sample
Antique brass antiqueBrass($inOptFormat) #CD9575 Sample
Antique bronze antiqueBronze($inOptFormat) #665D1E Sample
Antique fuchsia antiqueFuchsia($inOptFormat) #915C83 Sample
Antique ruby antiqueRuby($inOptFormat) #841B2D Sample
Antique white antiqueWhite($inOptFormat) #FAEBD7 Sample
Ao (English) aoEnglish($inOptFormat) #008000 Sample
Apple green appleGreen($inOptFormat) #8DB600 Sample
Apricot apricot($inOptFormat) #FBCEB1 Sample
Aqua aqua($inOptFormat) #00FFFF Sample
Aquamarine aquamarine($inOptFormat) #7FFFD4 Sample
Arctic lime arcticLime($inOptFormat) #D0FF14 Sample
Army green armyGreen($inOptFormat) #4B5320 Sample
Arsenic arsenic($inOptFormat) #3B444B Sample
Artichoke artichoke($inOptFormat) #8F9779 Sample
Arylide yellow arylideYellow($inOptFormat) #E9D66B Sample
Ash grey ashGrey($inOptFormat) #B2BEB5 Sample
Asparagus asparagus($inOptFormat) #87A96B Sample
Atomic tangerine atomicTangerine($inOptFormat) #FF9966 Sample
Auburn auburn($inOptFormat) #A52A2A Sample
Aureolin aureolin($inOptFormat) #FDEE00 Sample
AuroMetalSaurus auroMetalSaurus($inOptFormat) #6E7F80 Sample
Avocado avocado($inOptFormat) #568203 Sample
Awesome awesome($inOptFormat) #FF2052 Sample
Aztec Gold aztecGold($inOptFormat) #C39953 Sample
Azure azure($inOptFormat) #007FFF Sample
Azure (web color) azureWebColor($inOptFormat) #F0FFFF Sample
Azure mist azureMist($inOptFormat) #F0FFFF Sample
Azureish white azureishWhite($inOptFormat) #DBE9F4 Sample
B'dazzled blue bdazzledBlue($inOptFormat) #2E5894 Sample
Baby blue babyBlue($inOptFormat) #89CFF0 Sample
Baby blue eyes babyBlueEyes($inOptFormat) #A1CAF1 Sample
Baby pink babyPink($inOptFormat) #F4C2C2 Sample
Baby powder babyPowder($inOptFormat) #FEFEFA Sample
Baker-Miller pink bakerMillerPink($inOptFormat) #FF91AF Sample
Ball blue ballBlue($inOptFormat) #21ABCD Sample
Banana Mania bananaMania($inOptFormat) #FAE7B5 Sample
Banana yellow bananaYellow($inOptFormat) #FFE135 Sample
Bangladesh green bangladeshGreen($inOptFormat) #006A4E Sample
Barbie pink barbiePink($inOptFormat) #E0218A Sample
Barn red barnRed($inOptFormat) #7C0A02 Sample
Battery Charged Blue batteryChargedBlue($inOptFormat) #1DACD6 Sample
Battleship grey battleshipGrey($inOptFormat) #848482 Sample
Bazaar bazaar($inOptFormat) #98777B Sample
Beau blue beauBlue($inOptFormat) #BCD4E6 Sample
Beaver beaver($inOptFormat) #9F8170 Sample
Begonia begonia($inOptFormat) #FA6E79 Sample
Beige beige($inOptFormat) #F5F5DC Sample
Big Foot Feet bigFootFeet($inOptFormat) #E88E5A Sample
Big dip o’ruby bigDipORuby($inOptFormat) #9C2542 Sample
Bisque bisque($inOptFormat) #FFE4C4 Sample
Bistre bistre($inOptFormat) #3D2B1F Sample
Bistre brown bistreBrown($inOptFormat) #967117 Sample
Bitter lemon bitterLemon($inOptFormat) #CAE00D Sample
Bitter lime bitterLime($inOptFormat) #BFFF00 Sample
Bittersweet bittersweet($inOptFormat) #FE6F5E Sample
Bittersweet shimmer bittersweetShimmer($inOptFormat) #BF4F51 Sample
Black black($inOptFormat) #000000 Sample
Black Coral blackCoral($inOptFormat) #54626F Sample
Black Shadows blackShadows($inOptFormat) #BFAFB2 Sample
Black bean blackBean($inOptFormat) #3D0C02 Sample
Black leather jacket blackLeatherJacket($inOptFormat) #253529 Sample
Black olive blackOlive($inOptFormat) #3B3C36 Sample
Blanched almond blanchedAlmond($inOptFormat) #FFEBCD Sample
Blast-off bronze blastOffBronze($inOptFormat) #A57164 Sample
Bleu de France bleuDeFrance($inOptFormat) #318CE7 Sample
Blizzard Blue blizzardBlue($inOptFormat) #ACE5EE Sample
Blond blond($inOptFormat) #FAF0BE Sample
Blue blue($inOptFormat) #0000FF Sample
Blue (Crayola) blueCrayola($inOptFormat) #1F75FE Sample
Blue (Munsell) blueMunsell($inOptFormat) #0093AF Sample
Blue (NCS) blueNcs($inOptFormat) #0087BD Sample
Blue (Pantone) bluePantone($inOptFormat) #0018A8 Sample
Blue (RYB) blueRyb($inOptFormat) #0247FE Sample
Blue (pigment) bluePigment($inOptFormat) #333399 Sample
Blue Bell blueBell($inOptFormat) #A2A2D0 Sample
Blue Bolt blueBolt($inOptFormat) #00B9FB Sample
Blue Jeans blueJeans($inOptFormat) #5DADEC Sample
Blue Lagoon blueLagoon($inOptFormat) #ACE5EE Sample
Blue sapphire blueSapphire($inOptFormat) #126180 Sample
Blue yonder blueYonder($inOptFormat) #5072A7 Sample
Blue-gray blueGray($inOptFormat) #6699CC Sample
Blue-green blueGreen($inOptFormat) #0D98BA Sample
Blue-magenta violet blueMagentaViolet($inOptFormat) #553592 Sample
Blue-violet blueViolet($inOptFormat) #8A2BE2 Sample
Blueberry blueberry($inOptFormat) #4F86F7 Sample
Bluebonnet bluebonnet($inOptFormat) #1C1CF0 Sample
Blush blush($inOptFormat) #DE5D83 Sample
Bole bole($inOptFormat) #79443B Sample
Bondi blue bondiBlue($inOptFormat) #0095B6 Sample
Bone bone($inOptFormat) #E3DAC9 Sample
Booger Buster boogerBuster($inOptFormat) #DDE26A Sample
Boston University Red bostonUniversityRed($inOptFormat) #CC0000 Sample
Bottle green bottleGreen($inOptFormat) #006A4E Sample
Boysenberry boysenberry($inOptFormat) #873260 Sample
Brandeis blue brandeisBlue($inOptFormat) #0070FF Sample
Brass brass($inOptFormat) #B5A642 Sample
Brick red brickRed($inOptFormat) #CB4154 Sample
Bright Yellow (Crayola) brightYellowCrayola($inOptFormat) #FFAA1D Sample
Bright cerulean brightCerulean($inOptFormat) #1DACD6 Sample
Bright green brightGreen($inOptFormat) #66FF00 Sample
Bright lavender brightLavender($inOptFormat) #BF94E4 Sample
Bright lilac brightLilac($inOptFormat) #D891EF Sample
Bright maroon brightMaroon($inOptFormat) #C32148 Sample
Bright navy blue brightNavyBlue($inOptFormat) #1974D2 Sample
Bright pink brightPink($inOptFormat) #FF007F Sample
Bright turquoise brightTurquoise($inOptFormat) #08E8DE Sample
Bright ube brightUbe($inOptFormat) #D19FE8 Sample
Brilliant azure brilliantAzure($inOptFormat) #3399FF Sample
Brilliant lavender brilliantLavender($inOptFormat) #F4BBFF Sample
Brilliant rose brilliantRose($inOptFormat) #FF55A3 Sample
Brink pink brinkPink($inOptFormat) #FB607F Sample
British racing green britishRacingGreen($inOptFormat) #004225 Sample
Bronze bronze($inOptFormat) #CD7F32 Sample
Bronze Yellow bronzeYellow($inOptFormat) #737000 Sample
Brown (traditional) brownTraditional($inOptFormat) #964B00 Sample
Brown (web) brownWeb($inOptFormat) #A52A2A Sample
Brown Sugar brownSugar($inOptFormat) #AF6E4D Sample
Brown Yellow brownYellow($inOptFormat) #cc9966 Sample
Brown-nose brownNose($inOptFormat) #6B4423 Sample
Brunswick green brunswickGreen($inOptFormat) #1B4D3E Sample
Bubble gum bubbleGum($inOptFormat) #FFC1CC Sample
Bubbles bubbles($inOptFormat) #E7FEFF Sample
Bud green budGreen($inOptFormat) #7BB661 Sample
Buff buff($inOptFormat) #F0DC82 Sample
Bulgarian rose bulgarianRose($inOptFormat) #480607 Sample
Burgundy burgundy($inOptFormat) #800020 Sample
Burlywood burlywood($inOptFormat) #DEB887 Sample
Burnished Brown burnishedBrown($inOptFormat) #A17A74 Sample
Burnt orange burntOrange($inOptFormat) #CC5500 Sample
Burnt sienna burntSienna($inOptFormat) #E97451 Sample
Burnt umber burntUmber($inOptFormat) #8A3324 Sample
Byzantine byzantine($inOptFormat) #BD33A4 Sample
Byzantium byzantium($inOptFormat) #702963 Sample
CG Blue cgBlue($inOptFormat) #007AA5 Sample
CG Red cgRed($inOptFormat) #E03C31 Sample
Cadet cadet($inOptFormat) #536872 Sample
Cadet blue cadetBlue($inOptFormat) #5F9EA0 Sample
Cadet grey cadetGrey($inOptFormat) #91A3B0 Sample
Cadmium green cadmiumGreen($inOptFormat) #006B3C Sample
Cadmium orange cadmiumOrange($inOptFormat) #ED872D Sample
Cadmium red cadmiumRed($inOptFormat) #E30022 Sample
Cadmium yellow cadmiumYellow($inOptFormat) #FFF600 Sample
Café au lait caféAuLait($inOptFormat) #A67B5B Sample
Café noir caféNoir($inOptFormat) #4B3621 Sample
Cal Poly Pomona green calPolyPomonaGreen($inOptFormat) #1E4D2B Sample
Cambridge Blue cambridgeBlue($inOptFormat) #A3C1AD Sample
Camel camel($inOptFormat) #C19A6B Sample
Cameo pink cameoPink($inOptFormat) #EFBBCC Sample
Camouflage green camouflageGreen($inOptFormat) #78866B Sample
Canary canary($inOptFormat) #FFFF99 Sample
Canary yellow canaryYellow($inOptFormat) #FFEF00 Sample
Candy apple red candyAppleRed($inOptFormat) #FF0800 Sample
Candy pink candyPink($inOptFormat) #E4717A Sample
Capri capri($inOptFormat) #00BFFF Sample
Caput mortuum caputMortuum($inOptFormat) #592720 Sample
Cardinal cardinal($inOptFormat) #C41E3A Sample
Caribbean green caribbeanGreen($inOptFormat) #00CC99 Sample
Carmine carmine($inOptFormat) #960018 Sample
Carmine (M&P) carmineMp($inOptFormat) #D70040 Sample
Carmine pink carminePink($inOptFormat) #EB4C42 Sample
Carmine red carmineRed($inOptFormat) #FF0038 Sample
Carnation pink carnationPink($inOptFormat) #FFA6C9 Sample
Carnelian carnelian($inOptFormat) #B31B1B Sample
Carolina blue carolinaBlue($inOptFormat) #56A0D3 Sample
Carrot orange carrotOrange($inOptFormat) #ED9121 Sample
Castleton green castletonGreen($inOptFormat) #00563F Sample
Catalina blue catalinaBlue($inOptFormat) #062A78 Sample
Catawba catawba($inOptFormat) #703642 Sample
Cedar Chest cedarChest($inOptFormat) #C95A49 Sample
Ceil ceil($inOptFormat) #92A1CF Sample
Celadon celadon($inOptFormat) #ACE1AF Sample
Celadon blue celadonBlue($inOptFormat) #007BA7 Sample
Celadon green celadonGreen($inOptFormat) #2F847C Sample
Celeste celeste($inOptFormat) #B2FFFF Sample
Celestial blue celestialBlue($inOptFormat) #4997D0 Sample
Cerise cerise($inOptFormat) #DE3163 Sample
Cerise pink cerisePink($inOptFormat) #EC3B83 Sample
Cerulean cerulean($inOptFormat) #007BA7 Sample
Cerulean blue ceruleanBlue($inOptFormat) #2A52BE Sample
Cerulean frost ceruleanFrost($inOptFormat) #6D9BC3 Sample
Chamoisee chamoisee($inOptFormat) #A0785A Sample
Champagne champagne($inOptFormat) #F7E7CE Sample
Champagne pink champagnePink($inOptFormat) #F1DDCF Sample
Charcoal charcoal($inOptFormat) #36454F Sample
Charleston green charlestonGreen($inOptFormat) #232B2B Sample
Charm pink charmPink($inOptFormat) #E68FAC Sample
Chartreuse (traditional) chartreuseTraditional($inOptFormat) #DFFF00 Sample
Chartreuse (web) chartreuseWeb($inOptFormat) #7FFF00 Sample
Cherry cherry($inOptFormat) #DE3163 Sample
Cherry blossom pink cherryBlossomPink($inOptFormat) #FFB7C5 Sample
Chestnut chestnut($inOptFormat) #954535 Sample
China pink chinaPink($inOptFormat) #DE6FA1 Sample
China rose chinaRose($inOptFormat) #A8516E Sample
Chinese red chineseRed($inOptFormat) #AA381E Sample
Chinese violet chineseViolet($inOptFormat) #856088 Sample
Chlorophyll green chlorophyllGreen($inOptFormat) #4AFF00 Sample
Chocolate (traditional) chocolateTraditional($inOptFormat) #7B3F00 Sample
Chocolate (web) chocolateWeb($inOptFormat) #D2691E Sample
Chrome yellow chromeYellow($inOptFormat) #FFA700 Sample
Cinereous cinereous($inOptFormat) #98817B Sample
Cinnabar cinnabar($inOptFormat) #E34234 Sample
Cinnamon Satin cinnamonSatin($inOptFormat) #CD607E Sample
Cinnamon[citation needed] cinnamon($inOptFormat) #D2691E Sample
Citrine citrine($inOptFormat) #E4D00A Sample
Citron citron($inOptFormat) #9FA91F Sample
Claret claret($inOptFormat) #7F1734 Sample
Classic rose classicRose($inOptFormat) #FBCCE7 Sample
Cobalt Blue cobaltBlue($inOptFormat) #0047AB Sample
Cocoa brown cocoaBrown($inOptFormat) #D2691E Sample
Coconut coconut($inOptFormat) #965A3E Sample
Coffee coffee($inOptFormat) #6F4E37 Sample
Columbia Blue columbiaBlue($inOptFormat) #C4D8E2 Sample
Congo pink congoPink($inOptFormat) #F88379 Sample
Cool Black coolBlack($inOptFormat) #002E63 Sample
Cool grey coolGrey($inOptFormat) #8C92AC Sample
Copper copper($inOptFormat) #B87333 Sample
Copper (Crayola) copperCrayola($inOptFormat) #DA8A67 Sample
Copper penny copperPenny($inOptFormat) #AD6F69 Sample
Copper red copperRed($inOptFormat) #CB6D51 Sample
Copper rose copperRose($inOptFormat) #996666 Sample
Coquelicot coquelicot($inOptFormat) #FF3800 Sample
Coral coral($inOptFormat) #FF7F50 Sample
Coral Reef coralReef($inOptFormat) #FD7C6E Sample
Coral pink coralPink($inOptFormat) #F88379 Sample
Coral red coralRed($inOptFormat) #FF4040 Sample
Cordovan cordovan($inOptFormat) #893F45 Sample
Corn corn($inOptFormat) #FBEC5D Sample
Cornell Red cornellRed($inOptFormat) #B31B1B Sample
Cornflower blue cornflowerBlue($inOptFormat) #6495ED Sample
Cornsilk cornsilk($inOptFormat) #FFF8DC Sample
Cosmic Cobalt cosmicCobalt($inOptFormat) #2E2D88 Sample
Cosmic latte cosmicLatte($inOptFormat) #FFF8E7 Sample
Cotton candy cottonCandy($inOptFormat) #FFBCD9 Sample
Coyote brown coyoteBrown($inOptFormat) #81613C Sample
Cream cream($inOptFormat) #FFFDD0 Sample
Crimson crimson($inOptFormat) #DC143C Sample
Crimson glory crimsonGlory($inOptFormat) #BE0032 Sample
Crimson red crimsonRed($inOptFormat) #990000 Sample
Cultured cultured($inOptFormat) #F5F5F5 Sample
Cyan cyan($inOptFormat) #00FFFF Sample
Cyan (process) cyanProcess($inOptFormat) #00B7EB Sample
Cyan azure cyanAzure($inOptFormat) #4E82B4 Sample
Cyan cobalt blue cyanCobaltBlue($inOptFormat) #28589C Sample
Cyan cornflower blue cyanCornflowerBlue($inOptFormat) #188BC2 Sample
Cyan-blue azure cyanBlueAzure($inOptFormat) #4682BF Sample
Cyber grape cyberGrape($inOptFormat) #58427C Sample
Cyber yellow cyberYellow($inOptFormat) #FFD300 Sample
Cyclamen cyclamen($inOptFormat) #F56FA1 Sample
Daffodil daffodil($inOptFormat) #FFFF31 Sample
Dandelion dandelion($inOptFormat) #F0E130 Sample
Dark blue darkBlue($inOptFormat) #00008B Sample
Dark blue-gray darkBlueGray($inOptFormat) #666699 Sample
Dark brown darkBrown($inOptFormat) #654321 Sample
Dark brown-tangelo darkBrownTangelo($inOptFormat) #88654E Sample
Dark byzantium darkByzantium($inOptFormat) #5D3954 Sample
Dark candy apple red darkCandyAppleRed($inOptFormat) #A40000 Sample
Dark cerulean darkCerulean($inOptFormat) #08457E Sample
Dark chestnut darkChestnut($inOptFormat) #986960 Sample
Dark coral darkCoral($inOptFormat) #CD5B45 Sample
Dark cyan darkCyan($inOptFormat) #008B8B Sample
Dark electric blue darkElectricBlue($inOptFormat) #536878 Sample
Dark goldenrod darkGoldenrod($inOptFormat) #B8860B Sample
Dark gray (X11) darkGrayX11($inOptFormat) #A9A9A9 Sample
Dark green darkGreen($inOptFormat) #013220 Sample
Dark green (X11) darkGreenX11($inOptFormat) #006400 Sample
Dark gunmetal darkGunmetal($inOptFormat) #1F262A Sample
Dark imperial blue darkImperialBlue($inOptFormat) #00147E Sample
Dark jungle green darkJungleGreen($inOptFormat) #1A2421 Sample
Dark khaki darkKhaki($inOptFormat) #BDB76B Sample
Dark lava darkLava($inOptFormat) #483C32 Sample
Dark lavender darkLavender($inOptFormat) #734F96 Sample
Dark liver darkLiver($inOptFormat) #534B4F Sample
Dark liver (horses) darkLiverHorses($inOptFormat) #543D37 Sample
Dark magenta darkMagenta($inOptFormat) #8B008B Sample
Dark medium gray darkMediumGray($inOptFormat) #A9A9A9 Sample
Dark midnight blue darkMidnightBlue($inOptFormat) #003366 Sample
Dark moss green darkMossGreen($inOptFormat) #4A5D23 Sample
Dark olive green darkOliveGreen($inOptFormat) #556B2F Sample
Dark orange darkOrange($inOptFormat) #FF8C00 Sample
Dark orchid darkOrchid($inOptFormat) #9932CC Sample
Dark pastel blue darkPastelBlue($inOptFormat) #779ECB Sample
Dark pastel green darkPastelGreen($inOptFormat) #03C03C Sample
Dark pastel purple darkPastelPurple($inOptFormat) #966FD6 Sample
Dark pastel red darkPastelRed($inOptFormat) #C23B22 Sample
Dark pink darkPink($inOptFormat) #E75480 Sample
Dark powder blue darkPowderBlue($inOptFormat) #003399 Sample
Dark puce darkPuce($inOptFormat) #4F3A3C Sample
Dark purple darkPurple($inOptFormat) #301934 Sample
Dark raspberry darkRaspberry($inOptFormat) #872657 Sample
Dark red darkRed($inOptFormat) #8B0000 Sample
Dark salmon darkSalmon($inOptFormat) #E9967A Sample
Dark scarlet darkScarlet($inOptFormat) #560319 Sample
Dark sea green darkSeaGreen($inOptFormat) #8FBC8F Sample
Dark sienna darkSienna($inOptFormat) #3C1414 Sample
Dark sky blue darkSkyBlue($inOptFormat) #8CBED6 Sample
Dark slate blue darkSlateBlue($inOptFormat) #483D8B Sample
Dark slate gray darkSlateGray($inOptFormat) #2F4F4F Sample
Dark spring green darkSpringGreen($inOptFormat) #177245 Sample
Dark tan darkTan($inOptFormat) #918151 Sample
Dark tangerine darkTangerine($inOptFormat) #FFA812 Sample
Dark taupe darkTaupe($inOptFormat) #483C32 Sample
Dark terra cotta darkTerraCotta($inOptFormat) #CC4E5C Sample
Dark turquoise darkTurquoise($inOptFormat) #00CED1 Sample
Dark vanilla darkVanilla($inOptFormat) #D1BEA8 Sample
Dark violet darkViolet($inOptFormat) #9400D3 Sample
Dark yellow darkYellow($inOptFormat) #9B870C Sample
Dartmouth green dartmouthGreen($inOptFormat) #00703C Sample
Davy's grey davysGrey($inOptFormat) #555555 Sample
Debian red debianRed($inOptFormat) #D70A53 Sample
Deep Green deepGreen($inOptFormat) #056608 Sample
Deep Red deepRed($inOptFormat) #850101 Sample
Deep Space Sparkle deepSpaceSparkle($inOptFormat) #4A646C Sample
Deep Taupe deepTaupe($inOptFormat) #7E5E60 Sample
Deep Tuscan red deepTuscanRed($inOptFormat) #66424D Sample
Deep aquamarine deepAquamarine($inOptFormat) #40826D Sample
Deep carmine deepCarmine($inOptFormat) #A9203E Sample
Deep carmine pink deepCarminePink($inOptFormat) #EF3038 Sample
Deep carrot orange deepCarrotOrange($inOptFormat) #E9692C Sample
Deep cerise deepCerise($inOptFormat) #DA3287 Sample
Deep champagne deepChampagne($inOptFormat) #FAD6A5 Sample
Deep chestnut deepChestnut($inOptFormat) #B94E48 Sample
Deep coffee deepCoffee($inOptFormat) #704241 Sample
Deep fuchsia deepFuchsia($inOptFormat) #C154C1 Sample
Deep green-cyan turquoise deepGreenCyanTurquoise($inOptFormat) #0E7C61 Sample
Deep jungle green deepJungleGreen($inOptFormat) #004B49 Sample
Deep koamaru deepKoamaru($inOptFormat) #333366 Sample
Deep lemon deepLemon($inOptFormat) #F5C71A Sample
Deep lilac deepLilac($inOptFormat) #9955BB Sample
Deep magenta deepMagenta($inOptFormat) #CC00CC Sample
Deep maroon deepMaroon($inOptFormat) #820000 Sample
Deep mauve deepMauve($inOptFormat) #D473D4 Sample
Deep moss green deepMossGreen($inOptFormat) #355E3B Sample
Deep peach deepPeach($inOptFormat) #FFCBA4 Sample
Deep pink deepPink($inOptFormat) #FF1493 Sample
Deep puce deepPuce($inOptFormat) #A95C68 Sample
Deep ruby deepRuby($inOptFormat) #843F5B Sample
Deep saffron deepSaffron($inOptFormat) #FF9933 Sample
Deep sky blue deepSkyBlue($inOptFormat) #00BFFF Sample
Deep spring bud deepSpringBud($inOptFormat) #556B2F Sample
Deep violet deepViolet($inOptFormat) #330066 Sample
Deer deer($inOptFormat) #BA8759 Sample
Denim denim($inOptFormat) #1560BD Sample
Denim Blue denimBlue($inOptFormat) #2243B6 Sample
Desaturated cyan desaturatedCyan($inOptFormat) #669999 Sample
Desert desert($inOptFormat) #C19A6B Sample
Desert sand desertSand($inOptFormat) #EDC9AF Sample
Desire desire($inOptFormat) #EA3C53 Sample
Diamond diamond($inOptFormat) #B9F2FF Sample
Dim gray dimGray($inOptFormat) #696969 Sample
Dingy Dungeon dingyDungeon($inOptFormat) #C53151 Sample
Dirt dirt($inOptFormat) #9B7653 Sample
Dodger blue dodgerBlue($inOptFormat) #1E90FF Sample
Dogwood rose dogwoodRose($inOptFormat) #D71868 Sample
Dollar bill dollarBill($inOptFormat) #85BB65 Sample
Dolphin Gray dolphinGray($inOptFormat) #828E84 Sample
Donkey brown donkeyBrown($inOptFormat) #664C28 Sample
Drab drab($inOptFormat) #967117 Sample
Duke blue dukeBlue($inOptFormat) #00009C Sample
Dust storm dustStorm($inOptFormat) #E5CCC9 Sample
Dutch white dutchWhite($inOptFormat) #EFDFBB Sample
Earth yellow earthYellow($inOptFormat) #E1A95F Sample
Ebony ebony($inOptFormat) #555D50 Sample
Ecru ecru($inOptFormat) #C2B280 Sample
Eerie black eerieBlack($inOptFormat) #1B1B1B Sample
Eggplant eggplant($inOptFormat) #614051 Sample
Eggshell eggshell($inOptFormat) #F0EAD6 Sample
Egyptian blue egyptianBlue($inOptFormat) #1034A6 Sample
Electric blue electricBlue($inOptFormat) #7DF9FF Sample
Electric crimson electricCrimson($inOptFormat) #FF003F Sample
Electric cyan electricCyan($inOptFormat) #00FFFF Sample
Electric green electricGreen($inOptFormat) #00FF00 Sample
Electric indigo electricIndigo($inOptFormat) #6F00FF Sample
Electric lavender electricLavender($inOptFormat) #F4BBFF Sample
Electric lime electricLime($inOptFormat) #CCFF00 Sample
Electric purple electricPurple($inOptFormat) #BF00FF Sample
Electric ultramarine electricUltramarine($inOptFormat) #3F00FF Sample
Electric violet electricViolet($inOptFormat) #8F00FF Sample
Electric yellow electricYellow($inOptFormat) #FFFF33 Sample
Emerald emerald($inOptFormat) #50C878 Sample
Eminence eminence($inOptFormat) #6C3082 Sample
English green englishGreen($inOptFormat) #1B4D3E Sample
English lavender englishLavender($inOptFormat) #B48395 Sample
English red englishRed($inOptFormat) #AB4B52 Sample
English vermillion englishVermillion($inOptFormat) #CC474B Sample
English violet englishViolet($inOptFormat) #563C5C Sample
Eton blue etonBlue($inOptFormat) #96C8A2 Sample
Eucalyptus eucalyptus($inOptFormat) #44D7A8 Sample
Fallow fallow($inOptFormat) #C19A6B Sample
Falu red faluRed($inOptFormat) #801818 Sample
Fandango fandango($inOptFormat) #B53389 Sample
Fandango pink fandangoPink($inOptFormat) #DE5285 Sample
Fashion fuchsia fashionFuchsia($inOptFormat) #F400A1 Sample
Fawn fawn($inOptFormat) #E5AA70 Sample
Feldgrau feldgrau($inOptFormat) #4D5D53 Sample
Feldspar feldspar($inOptFormat) #FDD5B1 Sample
Fern green fernGreen($inOptFormat) #4F7942 Sample
Ferrari Red ferrariRed($inOptFormat) #FF2800 Sample
Field drab fieldDrab($inOptFormat) #6C541E Sample
Fiery Rose fieryRose($inOptFormat) #FF5470 Sample
Fire engine red fireEngineRed($inOptFormat) #CE2029 Sample
Firebrick firebrick($inOptFormat) #B22222 Sample
Flame flame($inOptFormat) #E25822 Sample
Flamingo pink flamingoPink($inOptFormat) #FC8EAC Sample
Flattery flattery($inOptFormat) #6B4423 Sample
Flavescent flavescent($inOptFormat) #F7E98E Sample
Flax flax($inOptFormat) #EEDC82 Sample
Flirt flirt($inOptFormat) #A2006D Sample
Floral white floralWhite($inOptFormat) #FFFAF0 Sample
Fluorescent orange fluorescentOrange($inOptFormat) #FFBF00 Sample
Fluorescent pink fluorescentPink($inOptFormat) #FF1493 Sample
Fluorescent yellow fluorescentYellow($inOptFormat) #CCFF00 Sample
Folly folly($inOptFormat) #FF004F Sample
Forest green (traditional) forestGreenTraditional($inOptFormat) #014421 Sample
Forest green (web) forestGreenWeb($inOptFormat) #228B22 Sample
French beige frenchBeige($inOptFormat) #A67B5B Sample
French bistre frenchBistre($inOptFormat) #856D4D Sample
French blue frenchBlue($inOptFormat) #0072BB Sample
French fuchsia frenchFuchsia($inOptFormat) #FD3F92 Sample
French lilac frenchLilac($inOptFormat) #86608E Sample
French lime frenchLime($inOptFormat) #9EFD38 Sample
French mauve frenchMauve($inOptFormat) #D473D4 Sample
French pink frenchPink($inOptFormat) #FD6C9E Sample
French plum frenchPlum($inOptFormat) #811453 Sample
French puce frenchPuce($inOptFormat) #4E1609 Sample
French raspberry frenchRaspberry($inOptFormat) #C72C48 Sample
French rose frenchRose($inOptFormat) #F64A8A Sample
French sky blue frenchSkyBlue($inOptFormat) #77B5FE Sample
French violet frenchViolet($inOptFormat) #8806CE Sample
French wine frenchWine($inOptFormat) #AC1E44 Sample
Fresh Air freshAir($inOptFormat) #A6E7FF Sample
Frostbite frostbite($inOptFormat) #E936A7 Sample
Fuchsia fuchsia($inOptFormat) #FF00FF Sample
Fuchsia (Crayola) fuchsiaCrayola($inOptFormat) #C154C1 Sample
Fuchsia pink fuchsiaPink($inOptFormat) #FF77FF Sample
Fuchsia purple fuchsiaPurple($inOptFormat) #CC397B Sample
Fuchsia rose fuchsiaRose($inOptFormat) #C74375 Sample
Fulvous fulvous($inOptFormat) #E48400 Sample
Fuzzy Wuzzy fuzzyWuzzy($inOptFormat) #CC6666 Sample
GO green goGreen($inOptFormat) #00AB66 Sample
Gainsboro gainsboro($inOptFormat) #DCDCDC Sample
Gamboge gamboge($inOptFormat) #E49B0F Sample
Gamboge orange (brown) gambogeOrangeBrown($inOptFormat) #996600 Sample
Gargoyle Gas gargoyleGas($inOptFormat) #FFDF46 Sample
Generic viridian genericViridian($inOptFormat) #007F66 Sample
Ghost white ghostWhite($inOptFormat) #F8F8FF Sample
Giant's Club giantsClub($inOptFormat) #B05C52 Sample
Giants orange giantsOrange($inOptFormat) #FE5A1D Sample
Ginger ginger($inOptFormat) #B06500 Sample
Glaucous glaucous($inOptFormat) #6082B6 Sample
Glitter glitter($inOptFormat) #E6E8FA Sample
Glossy Grape glossyGrape($inOptFormat) #AB92B3 Sample
Gold (metallic) goldMetallic($inOptFormat) #D4AF37 Sample
Gold (web) (Golden) goldWebGolden($inOptFormat) #FFD700 Sample
Gold Fusion goldFusion($inOptFormat) #85754E Sample
Golden brown goldenBrown($inOptFormat) #996515 Sample
Golden poppy goldenPoppy($inOptFormat) #FCC200 Sample
Golden yellow goldenYellow($inOptFormat) #FFDF00 Sample
Goldenrod goldenrod($inOptFormat) #DAA520 Sample
Granite Gray graniteGray($inOptFormat) #676767 Sample
Granny Smith Apple grannySmithApple($inOptFormat) #A8E4A0 Sample
Grape grape($inOptFormat) #6F2DA8 Sample
Gray gray($inOptFormat) #808080 Sample
Gray (HTML/CSS gray) grayHtmlCssGray($inOptFormat) #808080 Sample
Gray (X11 gray) grayX11Gray($inOptFormat) #BEBEBE Sample
Gray-asparagus grayAsparagus($inOptFormat) #465945 Sample
Gray-blue grayBlue($inOptFormat) #8C92AC Sample
Green (Color Wheel) (X11 green) greenColorWheelX11Green($inOptFormat) #00FF00 Sample
Green (Crayola) greenCrayola($inOptFormat) #1CAC78 Sample
Green (HTML/CSS color) greenHtmlCssColor($inOptFormat) #008000 Sample
Green (Munsell) greenMunsell($inOptFormat) #00A877 Sample
Green (NCS) greenNcs($inOptFormat) #009F6B Sample
Green (Pantone) greenPantone($inOptFormat) #00AD43 Sample
Green (RYB) greenRyb($inOptFormat) #66B032 Sample
Green (pigment) greenPigment($inOptFormat) #00A550 Sample
Green Lizard greenLizard($inOptFormat) #A7F432 Sample
Green Sheen greenSheen($inOptFormat) #6EAEA1 Sample
Green-blue greenBlue($inOptFormat) #1164B4 Sample
Green-cyan greenCyan($inOptFormat) #009966 Sample
Green-yellow greenYellow($inOptFormat) #ADFF2F Sample
Grizzly grizzly($inOptFormat) #885818 Sample
Grullo grullo($inOptFormat) #A99A86 Sample
Gunmetal gunmetal($inOptFormat) #2a3439 Sample
Guppie green guppieGreen($inOptFormat) #00FF7F Sample
Halayà úbe halayaUbe($inOptFormat) #663854 Sample
Han blue hanBlue($inOptFormat) #446CCF Sample
Han purple hanPurple($inOptFormat) #5218FA Sample
Hansa yellow hansaYellow($inOptFormat) #E9D66B Sample
Harlequin harlequin($inOptFormat) #3FFF00 Sample
Harlequin green harlequinGreen($inOptFormat) #46CB18 Sample
Harvard crimson harvardCrimson($inOptFormat) #C90016 Sample
Harvest gold harvestGold($inOptFormat) #DA9100 Sample
Heart Gold heartGold($inOptFormat) #808000 Sample
Heat Wave heatWave($inOptFormat) #FF7A00 Sample
Heidelberg Red[2] heidelbergRed2($inOptFormat) #960018 Sample
Heliotrope heliotrope($inOptFormat) #DF73FF Sample
Heliotrope gray heliotropeGray($inOptFormat) #AA98A9 Sample
Heliotrope magenta heliotropeMagenta($inOptFormat) #AA00BB Sample
Hollywood cerise hollywoodCerise($inOptFormat) #F400A1 Sample
Honeydew honeydew($inOptFormat) #F0FFF0 Sample
Honolulu blue honoluluBlue($inOptFormat) #006DB0 Sample
Hooker's green hookersGreen($inOptFormat) #49796B Sample
Hot magenta hotMagenta($inOptFormat) #FF1DCE Sample
Hot pink hotPink($inOptFormat) #FF69B4 Sample
Hunter green hunterGreen($inOptFormat) #355E3B Sample
Iceberg iceberg($inOptFormat) #71A6D2 Sample
Icterine icterine($inOptFormat) #FCF75E Sample
Iguana Green iguanaGreen($inOptFormat) #71BC78 Sample
Illuminating Emerald illuminatingEmerald($inOptFormat) #319177 Sample
Imperial imperial($inOptFormat) #602F6B Sample
Imperial blue imperialBlue($inOptFormat) #002395 Sample
Imperial purple imperialPurple($inOptFormat) #66023C Sample
Imperial red imperialRed($inOptFormat) #ED2939 Sample
Inchworm inchworm($inOptFormat) #B2EC5D Sample
Independence independence($inOptFormat) #4C516D Sample
India green indiaGreen($inOptFormat) #138808 Sample
Indian red indianRed($inOptFormat) #CD5C5C Sample
Indian yellow indianYellow($inOptFormat) #E3A857 Sample
Indigo indigo($inOptFormat) #4B0082 Sample
Indigo (web) indigoWeb($inOptFormat) #4B0082 Sample
Indigo dye indigoDye($inOptFormat) #091F92 Sample
Infra Red infraRed($inOptFormat) #FF496C Sample
Interdimensional Blue interdimensionalBlue($inOptFormat) #360CCC Sample
International Klein Blue internationalKleinBlue($inOptFormat) #002FA7 Sample
International orange (Golden Gate Bridge) internationalOrangeGoldenGateBridge($inOptFormat) #C0362C Sample
International orange (aerospace) internationalOrangeAerospace($inOptFormat) #FF4F00 Sample
International orange (engineering) internationalOrangeEngineering($inOptFormat) #BA160C Sample
Iris iris($inOptFormat) #5A4FCF Sample
Irresistible irresistible($inOptFormat) #B3446C Sample
Isabelline isabelline($inOptFormat) #F4F0EC Sample
Islamic green islamicGreen($inOptFormat) #009000 Sample
Italian sky blue italianSkyBlue($inOptFormat) #B2FFFF Sample
Ivory ivory($inOptFormat) #FFFFF0 Sample
Jade jade($inOptFormat) #00A86B Sample
Japanese carmine japaneseCarmine($inOptFormat) #9D2933 Sample
Japanese indigo japaneseIndigo($inOptFormat) #264348 Sample
Japanese violet japaneseViolet($inOptFormat) #5B3256 Sample
Jasmine jasmine($inOptFormat) #F8DE7E Sample
Jasper jasper($inOptFormat) #D73B3E Sample
Jazzberry jam jazzberryJam($inOptFormat) #A50B5E Sample
Jelly Bean jellyBean($inOptFormat) #DA614E Sample
Jet jet($inOptFormat) #343434 Sample
Jonquil jonquil($inOptFormat) #F4CA16 Sample
Jordy blue jordyBlue($inOptFormat) #8AB9F1 Sample
June bud juneBud($inOptFormat) #BDDA57 Sample
Jungle green jungleGreen($inOptFormat) #29AB87 Sample
KSU Purple ksuPurple($inOptFormat) #512888 Sample
KU Crimson kuCrimson($inOptFormat) #E8000D Sample
Kelly green kellyGreen($inOptFormat) #4CBB17 Sample
Kenyan copper kenyanCopper($inOptFormat) #7C1C05 Sample
Keppel keppel($inOptFormat) #3AB09E Sample
Key Lime keyLime($inOptFormat) #E8F48C Sample
Khaki (HTML/CSS) (Khaki) khakiHtmlCssKhaki($inOptFormat) #C3B091 Sample
Khaki (X11) (Light khaki) khakiX11LightKhaki($inOptFormat) #F0E68C Sample
Kiwi kiwi($inOptFormat) #8EE53F Sample
Kobe kobe($inOptFormat) #882D17 Sample
Kobi kobi($inOptFormat) #E79FC4 Sample
Kobicha kobicha($inOptFormat) #6B4423 Sample
Kombu green kombuGreen($inOptFormat) #354230 Sample
La Salle Green laSalleGreen($inOptFormat) #087830 Sample
Languid lavender languidLavender($inOptFormat) #D6CADD Sample
Lapis lazuli lapisLazuli($inOptFormat) #26619C Sample
Laser Lemon laserLemon($inOptFormat) #FFFF66 Sample
Laurel green laurelGreen($inOptFormat) #A9BA9D Sample
Lava lava($inOptFormat) #CF1020 Sample
Lavender (floral) lavenderFloral($inOptFormat) #B57EDC Sample
Lavender (web) lavenderWeb($inOptFormat) #E6E6FA Sample
Lavender blue lavenderBlue($inOptFormat) #CCCCFF Sample
Lavender blush lavenderBlush($inOptFormat) #FFF0F5 Sample
Lavender gray lavenderGray($inOptFormat) #C4C3D0 Sample
Lavender indigo lavenderIndigo($inOptFormat) #9457EB Sample
Lavender magenta lavenderMagenta($inOptFormat) #EE82EE Sample
Lavender mist lavenderMist($inOptFormat) #E6E6FA Sample
Lavender pink lavenderPink($inOptFormat) #FBAED2 Sample
Lavender purple lavenderPurple($inOptFormat) #967BB6 Sample
Lavender rose lavenderRose($inOptFormat) #FBA0E3 Sample
Lawn green lawnGreen($inOptFormat) #7CFC00 Sample
Lemon lemon($inOptFormat) #FFF700 Sample
Lemon chiffon lemonChiffon($inOptFormat) #FFFACD Sample
Lemon curry lemonCurry($inOptFormat) #CCA01D Sample
Lemon glacier lemonGlacier($inOptFormat) #FDFF00 Sample
Lemon lime lemonLime($inOptFormat) #E3FF00 Sample
Lemon meringue lemonMeringue($inOptFormat) #F6EABE Sample
Lemon yellow lemonYellow($inOptFormat) #FFF44F Sample
Liberty liberty($inOptFormat) #545AA7 Sample
Licorice licorice($inOptFormat) #1A1110 Sample
Light French beige lightFrenchBeige($inOptFormat) #C8AD7F Sample
Light Thulian pink lightThulianPink($inOptFormat) #E68FAC Sample
Light apricot lightApricot($inOptFormat) #FDD5B1 Sample
Light blue lightBlue($inOptFormat) #ADD8E6 Sample
Light brown lightBrown($inOptFormat) #B5651D Sample
Light carmine pink lightCarminePink($inOptFormat) #E66771 Sample
Light cobalt blue lightCobaltBlue($inOptFormat) #88ACE0 Sample
Light coral lightCoral($inOptFormat) #F08080 Sample
Light cornflower blue lightCornflowerBlue($inOptFormat) #93CCEA Sample
Light crimson lightCrimson($inOptFormat) #F56991 Sample
Light cyan lightCyan($inOptFormat) #E0FFFF Sample
Light deep pink lightDeepPink($inOptFormat) #FF5CCD Sample
Light fuchsia pink lightFuchsiaPink($inOptFormat) #F984EF Sample
Light goldenrod yellow lightGoldenrodYellow($inOptFormat) #FAFAD2 Sample
Light gray lightGray($inOptFormat) #D3D3D3 Sample
Light grayish magenta lightGrayishMagenta($inOptFormat) #CC99CC Sample
Light green lightGreen($inOptFormat) #90EE90 Sample
Light hot pink lightHotPink($inOptFormat) #FFB3DE Sample
Light khaki lightKhaki($inOptFormat) #F0E68C Sample
Light medium orchid lightMediumOrchid($inOptFormat) #D39BCB Sample
Light moss green lightMossGreen($inOptFormat) #ADDFAD Sample
Light orchid lightOrchid($inOptFormat) #E6A8D7 Sample
Light pastel purple lightPastelPurple($inOptFormat) #B19CD9 Sample
Light pink lightPink($inOptFormat) #FFB6C1 Sample
Light red ochre lightRedOchre($inOptFormat) #E97451 Sample
Light salmon lightSalmon($inOptFormat) #FFA07A Sample
Light salmon pink lightSalmonPink($inOptFormat) #FF9999 Sample
Light sea green lightSeaGreen($inOptFormat) #20B2AA Sample
Light sky blue lightSkyBlue($inOptFormat) #87CEFA Sample
Light slate gray lightSlateGray($inOptFormat) #778899 Sample
Light steel blue lightSteelBlue($inOptFormat) #B0C4DE Sample
Light taupe lightTaupe($inOptFormat) #B38B6D Sample
Light yellow lightYellow($inOptFormat) #FFFFE0 Sample
Lilac lilac($inOptFormat) #C8A2C8 Sample
Lilac Luster lilacLuster($inOptFormat) #AE98AA Sample
Lime (color wheel) limeColorWheel($inOptFormat) #BFFF00 Sample
Lime (web) (X11 green) limeWebX11Green($inOptFormat) #00FF00 Sample
Lime green limeGreen($inOptFormat) #32CD32 Sample
Limerick limerick($inOptFormat) #9DC209 Sample
Lincoln green lincolnGreen($inOptFormat) #195905 Sample
Linen linen($inOptFormat) #FAF0E6 Sample
Lion lion($inOptFormat) #C19A6B Sample
Liseran Purple liseranPurple($inOptFormat) #DE6FA1 Sample
Little boy blue littleBoyBlue($inOptFormat) #6CA0DC Sample
Liver liver($inOptFormat) #674C47 Sample
Liver (dogs) liverDogs($inOptFormat) #B86D29 Sample
Liver (organ) liverOrgan($inOptFormat) #6C2E1F Sample
Liver chestnut liverChestnut($inOptFormat) #987456 Sample
Livid livid($inOptFormat) #6699CC Sample
Lumber lumber($inOptFormat) #FFE4CD Sample
Lust lust($inOptFormat) #E62020 Sample
MSU Green msuGreen($inOptFormat) #18453B Sample
Maastricht Blue maastrichtBlue($inOptFormat) #001C3D Sample
Macaroni and Cheese macaroniAndCheese($inOptFormat) #FFBD88 Sample
Madder Lake madderLake($inOptFormat) #CC3336 Sample
Magenta magenta($inOptFormat) #FF00FF Sample
Magenta (Crayola) magentaCrayola($inOptFormat) #FF55A3 Sample
Magenta (Pantone) magentaPantone($inOptFormat) #D0417E Sample
Magenta (dye) magentaDye($inOptFormat) #CA1F7B Sample
Magenta (process) magentaProcess($inOptFormat) #FF0090 Sample
Magenta haze magentaHaze($inOptFormat) #9F4576 Sample
Magenta-pink magentaPink($inOptFormat) #CC338B Sample
Magic Potion magicPotion($inOptFormat) #FF4466 Sample
Magic mint magicMint($inOptFormat) #AAF0D1 Sample
Magnolia magnolia($inOptFormat) #F8F4FF Sample
Mahogany mahogany($inOptFormat) #C04000 Sample
Maize maize($inOptFormat) #FBEC5D Sample
Majorelle Blue majorelleBlue($inOptFormat) #6050DC Sample
Malachite malachite($inOptFormat) #0BDA51 Sample
Manatee manatee($inOptFormat) #979AAA Sample
Mandarin mandarin($inOptFormat) #F37A48 Sample
Mango Tango mangoTango($inOptFormat) #FF8243 Sample
Mantis mantis($inOptFormat) #74C365 Sample
Mardi Gras mardiGras($inOptFormat) #880085 Sample
Marigold marigold($inOptFormat) #EAA221 Sample
Maroon (Crayola) maroonCrayola($inOptFormat) #C32148 Sample
Maroon (HTML/CSS) maroonHtmlCss($inOptFormat) #800000 Sample
Maroon (X11) maroonX11($inOptFormat) #B03060 Sample
Mauve mauve($inOptFormat) #E0B0FF Sample
Mauve taupe mauveTaupe($inOptFormat) #915F6D Sample
Mauvelous mauvelous($inOptFormat) #EF98AA Sample
Maximum Blue maximumBlue($inOptFormat) #47ABCC Sample
Maximum Blue Green maximumBlueGreen($inOptFormat) #30BFBF Sample
Maximum Blue Purple maximumBluePurple($inOptFormat) #ACACE6 Sample
Maximum Green maximumGreen($inOptFormat) #5E8C31 Sample
Maximum Green Yellow maximumGreenYellow($inOptFormat) #D9E650 Sample
Maximum Purple maximumPurple($inOptFormat) #733380 Sample
Maximum Red maximumRed($inOptFormat) #D92121 Sample
Maximum Red Purple maximumRedPurple($inOptFormat) #A63A79 Sample
Maximum Yellow maximumYellow($inOptFormat) #FAFA37 Sample
Maximum Yellow Red maximumYellowRed($inOptFormat) #F2BA49 Sample
May green mayGreen($inOptFormat) #4C9141 Sample
Maya blue mayaBlue($inOptFormat) #73C2FB Sample
Meat brown meatBrown($inOptFormat) #E5B73B Sample
Medium Persian blue mediumPersianBlue($inOptFormat) #0067A5 Sample
Medium Tuscan red mediumTuscanRed($inOptFormat) #79443B Sample
Medium aquamarine mediumAquamarine($inOptFormat) #66DDAA Sample
Medium blue mediumBlue($inOptFormat) #0000CD Sample
Medium candy apple red mediumCandyAppleRed($inOptFormat) #E2062C Sample
Medium carmine mediumCarmine($inOptFormat) #AF4035 Sample
Medium champagne mediumChampagne($inOptFormat) #F3E5AB Sample
Medium electric blue mediumElectricBlue($inOptFormat) #035096 Sample
Medium jungle green mediumJungleGreen($inOptFormat) #1C352D Sample
Medium lavender magenta mediumLavenderMagenta($inOptFormat) #DDA0DD Sample
Medium orchid mediumOrchid($inOptFormat) #BA55D3 Sample
Medium purple mediumPurple($inOptFormat) #9370DB Sample
Medium red-violet mediumRedViolet($inOptFormat) #BB3385 Sample
Medium ruby mediumRuby($inOptFormat) #AA4069 Sample
Medium sea green mediumSeaGreen($inOptFormat) #3CB371 Sample
Medium sky blue mediumSkyBlue($inOptFormat) #80DAEB Sample
Medium slate blue mediumSlateBlue($inOptFormat) #7B68EE Sample
Medium spring bud mediumSpringBud($inOptFormat) #C9DC87 Sample
Medium spring green mediumSpringGreen($inOptFormat) #00FA9A Sample
Medium taupe mediumTaupe($inOptFormat) #674C47 Sample
Medium turquoise mediumTurquoise($inOptFormat) #48D1CC Sample
Medium vermilion mediumVermilion($inOptFormat) #D9603B Sample
Medium violet-red mediumVioletRed($inOptFormat) #C71585 Sample
Mellow apricot mellowApricot($inOptFormat) #F8B878 Sample
Mellow yellow mellowYellow($inOptFormat) #F8DE7E Sample
Melon melon($inOptFormat) #FDBCB4 Sample
Metallic Seaweed metallicSeaweed($inOptFormat) #0A7E8C Sample
Metallic Sunburst metallicSunburst($inOptFormat) #9C7C38 Sample
Mexican pink mexicanPink($inOptFormat) #E4007C Sample
Middle Blue middleBlue($inOptFormat) #7ED4E6 Sample
Middle Blue Green middleBlueGreen($inOptFormat) #8DD9CC Sample
Middle Blue Purple middleBluePurple($inOptFormat) #8B72BE Sample
Middle Green middleGreen($inOptFormat) #4D8C57 Sample
Middle Green Yellow middleGreenYellow($inOptFormat) #ACBF60 Sample
Middle Purple middlePurple($inOptFormat) #D982B5 Sample
Middle Red middleRed($inOptFormat) #E58E73 Sample
Middle Red Purple middleRedPurple($inOptFormat) #A55353 Sample
Middle Yellow middleYellow($inOptFormat) #FFEB00 Sample
Middle Yellow Red middleYellowRed($inOptFormat) #ECB176 Sample
Midnight midnight($inOptFormat) #702670 Sample
Midnight blue midnightBlue($inOptFormat) #191970 Sample
Midnight green (eagle green) midnightGreenEagleGreen($inOptFormat) #004953 Sample
Mikado yellow mikadoYellow($inOptFormat) #FFC40C Sample
Mimi Pink mimiPink($inOptFormat) #FFDAE9 Sample
Mindaro mindaro($inOptFormat) #E3F988 Sample
Ming ming($inOptFormat) #36747D Sample
Minion Yellow minionYellow($inOptFormat) #F5E050 Sample
Mint mint($inOptFormat) #3EB489 Sample
Mint cream mintCream($inOptFormat) #F5FFFA Sample
Mint green mintGreen($inOptFormat) #98FF98 Sample
Misty Moss mistyMoss($inOptFormat) #BBB477 Sample
Misty rose mistyRose($inOptFormat) #FFE4E1 Sample
Moccasin moccasin($inOptFormat) #FAEBD7 Sample
Mode beige modeBeige($inOptFormat) #967117 Sample
Moonstone blue moonstoneBlue($inOptFormat) #73A9C2 Sample
Mordant red 19 mordantRed19($inOptFormat) #AE0C00 Sample
Moss green mossGreen($inOptFormat) #8A9A5B Sample
Mountain Meadow mountainMeadow($inOptFormat) #30BA8F Sample
Mountbatten pink mountbattenPink($inOptFormat) #997A8D Sample
Mughal green mughalGreen($inOptFormat) #306030 Sample
Mulberry mulberry($inOptFormat) #C54B8C Sample
Mummy's Tomb mummysTomb($inOptFormat) #828E84 Sample
Mustard mustard($inOptFormat) #FFDB58 Sample
Myrtle green myrtleGreen($inOptFormat) #317873 Sample
Mystic mystic($inOptFormat) #D65282 Sample
Mystic Maroon mysticMaroon($inOptFormat) #AD4379 Sample
Nadeshiko pink nadeshikoPink($inOptFormat) #F6ADC6 Sample
Napier green napierGreen($inOptFormat) #2A8000 Sample
Naples yellow naplesYellow($inOptFormat) #FADA5E Sample
Navajo white navajoWhite($inOptFormat) #FFDEAD Sample
Navy navy($inOptFormat) #000080 Sample
Navy purple navyPurple($inOptFormat) #9457EB Sample
Neon Carrot neonCarrot($inOptFormat) #FFA343 Sample
Neon fuchsia neonFuchsia($inOptFormat) #FE4164 Sample
Neon green neonGreen($inOptFormat) #39FF14 Sample
New Car newCar($inOptFormat) #214FC6 Sample
New York pink newYorkPink($inOptFormat) #D7837F Sample
Nickel nickel($inOptFormat) #727472 Sample
Non-photo blue nonPhotoBlue($inOptFormat) #A4DDED Sample
North Texas Green northTexasGreen($inOptFormat) #059033 Sample
Nyanza nyanza($inOptFormat) #E9FFDB Sample
OU Crimson Red ouCrimsonRed($inOptFormat) #990000 Sample
Ocean Blue oceanBlue($inOptFormat) #4F42B5 Sample
Ocean Boat Blue oceanBoatBlue($inOptFormat) #0077BE Sample
Ocean Green oceanGreen($inOptFormat) #48BF91 Sample
Ochre ochre($inOptFormat) #CC7722 Sample
Office green officeGreen($inOptFormat) #008000 Sample
Ogre Odor ogreOdor($inOptFormat) #FD5240 Sample
Old burgundy oldBurgundy($inOptFormat) #43302E Sample
Old gold oldGold($inOptFormat) #CFB53B Sample
Old heliotrope oldHeliotrope($inOptFormat) #563C5C Sample
Old lace oldLace($inOptFormat) #FDF5E6 Sample
Old lavender oldLavender($inOptFormat) #796878 Sample
Old mauve oldMauve($inOptFormat) #673147 Sample
Old moss green oldMossGreen($inOptFormat) #867E36 Sample
Old rose oldRose($inOptFormat) #C08081 Sample
Old silver oldSilver($inOptFormat) #848482 Sample
Olive olive($inOptFormat) #808000 Sample
Olive Drab #7 oliveDrab7($inOptFormat) #3C341F Sample
Olive Drab (#3) oliveDrab3($inOptFormat) #6B8E23 Sample
Olivine olivine($inOptFormat) #9AB973 Sample
Onyx onyx($inOptFormat) #353839 Sample
Opera mauve operaMauve($inOptFormat) #B784A7 Sample
Orange (Crayola) orangeCrayola($inOptFormat) #FF7538 Sample
Orange (Pantone) orangePantone($inOptFormat) #FF5800 Sample
Orange (RYB) orangeRyb($inOptFormat) #FB9902 Sample
Orange (color wheel) orangeColorWheel($inOptFormat) #FF7F00 Sample
Orange (web) orangeWeb($inOptFormat) #FFA500 Sample
Orange Soda orangeSoda($inOptFormat) #FA5B3D Sample
Orange peel orangePeel($inOptFormat) #FF9F00 Sample
Orange-red orangeRed($inOptFormat) #FF4500 Sample
Orange-yellow orangeYellow($inOptFormat) #F8D568 Sample
Orchid orchid($inOptFormat) #DA70D6 Sample
Orchid pink orchidPink($inOptFormat) #F2BDCD Sample
Orioles orange oriolesOrange($inOptFormat) #FB4F14 Sample
Otter brown otterBrown($inOptFormat) #654321 Sample
Outer Space outerSpace($inOptFormat) #414A4C Sample
Outrageous Orange outrageousOrange($inOptFormat) #FF6E4A Sample
Oxford Blue oxfordBlue($inOptFormat) #002147 Sample
Pacific Blue pacificBlue($inOptFormat) #1CA9C9 Sample
Pakistan green pakistanGreen($inOptFormat) #006600 Sample
Palatinate blue palatinateBlue($inOptFormat) #273BE2 Sample
Palatinate purple palatinatePurple($inOptFormat) #682860 Sample
Pale aqua paleAqua($inOptFormat) #BCD4E6 Sample
Pale blue paleBlue($inOptFormat) #AFEEEE Sample
Pale brown paleBrown($inOptFormat) #987654 Sample
Pale carmine paleCarmine($inOptFormat) #AF4035 Sample
Pale cerulean paleCerulean($inOptFormat) #9BC4E2 Sample
Pale chestnut paleChestnut($inOptFormat) #DDADAF Sample
Pale copper paleCopper($inOptFormat) #DA8A67 Sample
Pale cornflower blue paleCornflowerBlue($inOptFormat) #ABCDEF Sample
Pale cyan paleCyan($inOptFormat) #87D3F8 Sample
Pale gold paleGold($inOptFormat) #E6BE8A Sample
Pale goldenrod paleGoldenrod($inOptFormat) #EEE8AA Sample
Pale green paleGreen($inOptFormat) #98FB98 Sample
Pale lavender paleLavender($inOptFormat) #DCD0FF Sample
Pale magenta paleMagenta($inOptFormat) #F984E5 Sample
Pale magenta-pink paleMagentaPink($inOptFormat) #FF99CC Sample
Pale pink palePink($inOptFormat) #FADADD Sample
Pale plum palePlum($inOptFormat) #DDA0DD Sample
Pale red-violet paleRedViolet($inOptFormat) #DB7093 Sample
Pale robin egg blue paleRobinEggBlue($inOptFormat) #96DED1 Sample
Pale silver paleSilver($inOptFormat) #C9C0BB Sample
Pale spring bud paleSpringBud($inOptFormat) #ECEBBD Sample
Pale taupe paleTaupe($inOptFormat) #BC987E Sample
Pale turquoise paleTurquoise($inOptFormat) #AFEEEE Sample
Pale violet paleViolet($inOptFormat) #CC99FF Sample
Pale violet-red paleVioletRed($inOptFormat) #DB7093 Sample
Palm Leaf palmLeaf($inOptFormat) #6F9940 Sample
Pansy purple pansyPurple($inOptFormat) #78184A Sample
Paolo Veronese green paoloVeroneseGreen($inOptFormat) #009B7D Sample
Papaya whip papayaWhip($inOptFormat) #FFEFD5 Sample
Paradise pink paradisePink($inOptFormat) #E63E62 Sample
Paris Green parisGreen($inOptFormat) #50C878 Sample
Parrot Pink parrotPink($inOptFormat) #D998A0 Sample
Pastel blue pastelBlue($inOptFormat) #AEC6CF Sample
Pastel brown pastelBrown($inOptFormat) #836953 Sample
Pastel gray pastelGray($inOptFormat) #CFCFC4 Sample
Pastel green pastelGreen($inOptFormat) #77DD77 Sample
Pastel magenta pastelMagenta($inOptFormat) #F49AC2 Sample
Pastel orange pastelOrange($inOptFormat) #FFB347 Sample
Pastel pink pastelPink($inOptFormat) #DEA5A4 Sample
Pastel purple pastelPurple($inOptFormat) #B39EB5 Sample
Pastel red pastelRed($inOptFormat) #FF6961 Sample
Pastel violet pastelViolet($inOptFormat) #CB99C9 Sample
Pastel yellow pastelYellow($inOptFormat) #FDFD96 Sample
Patriarch patriarch($inOptFormat) #800080 Sample
Payne's grey paynesGrey($inOptFormat) #536878 Sample
Peach peach($inOptFormat) #FFCBA4 Sample
Peach puff peachPuff($inOptFormat) #FFDAB9 Sample
Peach-orange peachOrange($inOptFormat) #FFCC99 Sample
Peach-yellow peachYellow($inOptFormat) #FADFAD Sample
Pear pear($inOptFormat) #D1E231 Sample
Pearl pearl($inOptFormat) #EAE0C8 Sample
Pearl Aqua pearlAqua($inOptFormat) #88D8C0 Sample
Pearly purple pearlyPurple($inOptFormat) #B768A2 Sample
Peridot peridot($inOptFormat) #E6E200 Sample
Periwinkle periwinkle($inOptFormat) #CCCCFF Sample
Permanent Geranium Lake permanentGeraniumLake($inOptFormat) #E12C2C Sample
Persian blue persianBlue($inOptFormat) #1C39BB Sample
Persian green persianGreen($inOptFormat) #00A693 Sample
Persian indigo persianIndigo($inOptFormat) #32127A Sample
Persian orange persianOrange($inOptFormat) #D99058 Sample
Persian pink persianPink($inOptFormat) #F77FBE Sample
Persian plum persianPlum($inOptFormat) #701C1C Sample
Persian red persianRed($inOptFormat) #CC3333 Sample
Persian rose persianRose($inOptFormat) #FE28A2 Sample
Persimmon persimmon($inOptFormat) #EC5800 Sample
Peru peru($inOptFormat) #CD853F Sample
Pewter Blue pewterBlue($inOptFormat) #8BA8B7 Sample
Phlox phlox($inOptFormat) #DF00FF Sample
Phthalo blue phthaloBlue($inOptFormat) #000F89 Sample
Phthalo green phthaloGreen($inOptFormat) #123524 Sample
Picton blue pictonBlue($inOptFormat) #45B1E8 Sample
Pictorial carmine pictorialCarmine($inOptFormat) #C30B4E Sample
Piggy pink piggyPink($inOptFormat) #FDDDE6 Sample
Pine green pineGreen($inOptFormat) #01796F Sample
Pineapple pineapple($inOptFormat) #563C5C Sample
Pink pink($inOptFormat) #FFC0CB Sample
Pink (Pantone) pinkPantone($inOptFormat) #D74894 Sample
Pink Flamingo pinkFlamingo($inOptFormat) #FC74FD Sample
Pink Sherbet pinkSherbet($inOptFormat) #F78FA7 Sample
Pink lace pinkLace($inOptFormat) #FFDDF4 Sample
Pink lavender pinkLavender($inOptFormat) #D8B2D1 Sample
Pink pearl pinkPearl($inOptFormat) #E7ACCF Sample
Pink raspberry pinkRaspberry($inOptFormat) #980036 Sample
Pink-orange pinkOrange($inOptFormat) #FF9966 Sample
Pistachio pistachio($inOptFormat) #93C572 Sample
Pixie Powder pixiePowder($inOptFormat) #391285 Sample
Platinum platinum($inOptFormat) #E5E4E2 Sample
Plum plum($inOptFormat) #8E4585 Sample
Plum (web) plumWeb($inOptFormat) #DDA0DD Sample
Plump Purple plumpPurple($inOptFormat) #5946B2 Sample
Polished Pine polishedPine($inOptFormat) #5DA493 Sample
Pomp and Power pompAndPower($inOptFormat) #86608E Sample
Popstar popstar($inOptFormat) #BE4F62 Sample
Portland Orange portlandOrange($inOptFormat) #FF5A36 Sample
Powder blue powderBlue($inOptFormat) #B0E0E6 Sample
Princess Perfume princessPerfume($inOptFormat) #FF85CF Sample
Princeton orange princetonOrange($inOptFormat) #F58025 Sample
Prune prune($inOptFormat) #701C1C Sample
Prussian blue prussianBlue($inOptFormat) #003153 Sample
Psychedelic purple psychedelicPurple($inOptFormat) #DF00FF Sample
Puce puce($inOptFormat) #CC8899 Sample
Puce red puceRed($inOptFormat) #722F37 Sample
Pullman Brown (UPS Brown) pullmanBrownUpsBrown($inOptFormat) #644117 Sample
Pullman Green pullmanGreen($inOptFormat) #3B331C Sample
Pumpkin pumpkin($inOptFormat) #FF7518 Sample
Purple (HTML) purpleHtml($inOptFormat) #800080 Sample
Purple (Munsell) purpleMunsell($inOptFormat) #9F00C5 Sample
Purple (X11) purpleX11($inOptFormat) #A020F0 Sample
Purple Heart purpleHeart($inOptFormat) #69359C Sample
Purple Plum purplePlum($inOptFormat) #9C51B6 Sample
Purple mountain majesty purpleMountainMajesty($inOptFormat) #9678B6 Sample
Purple navy purpleNavy($inOptFormat) #4E5180 Sample
Purple pizzazz purplePizzazz($inOptFormat) #FE4EDA Sample
Purple taupe purpleTaupe($inOptFormat) #50404D Sample
Purpureus purpureus($inOptFormat) #9A4EAE Sample
Quartz quartz($inOptFormat) #51484F Sample
Queen blue queenBlue($inOptFormat) #436B95 Sample
Queen pink queenPink($inOptFormat) #E8CCD7 Sample
Quick Silver quickSilver($inOptFormat) #A6A6A6 Sample
Quinacridone magenta quinacridoneMagenta($inOptFormat) #8E3A59 Sample
Rackley rackley($inOptFormat) #5D8AA8 Sample
Radical Red radicalRed($inOptFormat) #FF355E Sample
Raisin black raisinBlack($inOptFormat) #242124 Sample
Rajah rajah($inOptFormat) #FBAB60 Sample
Raspberry raspberry($inOptFormat) #E30B5D Sample
Raspberry glace raspberryGlace($inOptFormat) #915F6D Sample
Raspberry pink raspberryPink($inOptFormat) #E25098 Sample
Raspberry rose raspberryRose($inOptFormat) #B3446C Sample
Raw Sienna rawSienna($inOptFormat) #D68A59 Sample
Raw umber rawUmber($inOptFormat) #826644 Sample
Razzle dazzle rose razzleDazzleRose($inOptFormat) #FF33CC Sample
Razzmatazz razzmatazz($inOptFormat) #E3256B Sample
Razzmic Berry razzmicBerry($inOptFormat) #8D4E85 Sample
Rebecca Purple rebeccaPurple($inOptFormat) #663399 Sample
Red red($inOptFormat) #FF0000 Sample
Red (Crayola) redCrayola($inOptFormat) #EE204D Sample
Red (Munsell) redMunsell($inOptFormat) #F2003C Sample
Red (NCS) redNcs($inOptFormat) #C40233 Sample
Red (Pantone) redPantone($inOptFormat) #ED2939 Sample
Red (RYB) redRyb($inOptFormat) #FE2712 Sample
Red (pigment) redPigment($inOptFormat) #ED1C24 Sample
Red Salsa redSalsa($inOptFormat) #FD3A4A Sample
Red devil redDevil($inOptFormat) #860111 Sample
Red-brown redBrown($inOptFormat) #A52A2A Sample
Red-orange redOrange($inOptFormat) #FF5349 Sample
Red-purple redPurple($inOptFormat) #E40078 Sample
Red-violet redViolet($inOptFormat) #C71585 Sample
Redwood redwood($inOptFormat) #A45A52 Sample
Regalia regalia($inOptFormat) #522D80 Sample
Registration black registrationBlack($inOptFormat) #000000 Sample
Resolution blue resolutionBlue($inOptFormat) #002387 Sample
Rhythm rhythm($inOptFormat) #777696 Sample
Rich black richBlack($inOptFormat) #004040 Sample
Rich black (FOGRA29) richBlackFogra29($inOptFormat) #010B13 Sample
Rich black (FOGRA39) richBlackFogra39($inOptFormat) #010203 Sample
Rich brilliant lavender richBrilliantLavender($inOptFormat) #F1A7FE Sample
Rich carmine richCarmine($inOptFormat) #D70040 Sample
Rich electric blue richElectricBlue($inOptFormat) #0892D0 Sample
Rich lavender richLavender($inOptFormat) #A76BCF Sample
Rich lilac richLilac($inOptFormat) #B666D2 Sample
Rich maroon richMaroon($inOptFormat) #B03060 Sample
Rifle green rifleGreen($inOptFormat) #444C38 Sample
Roast coffee roastCoffee($inOptFormat) #704241 Sample
Robin egg blue robinEggBlue($inOptFormat) #00CCCC Sample
Rocket metallic rocketMetallic($inOptFormat) #8A7F80 Sample
Roman silver romanSilver($inOptFormat) #838996 Sample
Rose rose($inOptFormat) #FF007F Sample
Rose Dust roseDust($inOptFormat) #9E5E6F Sample
Rose bonbon roseBonbon($inOptFormat) #F9429E Sample
Rose ebony roseEbony($inOptFormat) #674846 Sample
Rose gold roseGold($inOptFormat) #B76E79 Sample
Rose madder roseMadder($inOptFormat) #E32636 Sample
Rose pink rosePink($inOptFormat) #FF66CC Sample
Rose quartz roseQuartz($inOptFormat) #AA98A9 Sample
Rose red roseRed($inOptFormat) #C21E56 Sample
Rose taupe roseTaupe($inOptFormat) #905D5D Sample
Rose vale roseVale($inOptFormat) #AB4E52 Sample
Rosewood rosewood($inOptFormat) #65000B Sample
Rosso corsa rossoCorsa($inOptFormat) #D40000 Sample
Rosy brown rosyBrown($inOptFormat) #BC8F8F Sample
Royal azure royalAzure($inOptFormat) #0038A8 Sample
Royal blue royalBlue($inOptFormat) #4169E1 Sample
Royal fuchsia royalFuchsia($inOptFormat) #CA2C92 Sample
Royal purple royalPurple($inOptFormat) #7851A9 Sample
Royal yellow royalYellow($inOptFormat) #FADA5E Sample
Ruber ruber($inOptFormat) #CE4676 Sample
Rubine red rubineRed($inOptFormat) #D10056 Sample
Ruby ruby($inOptFormat) #E0115F Sample
Ruby red rubyRed($inOptFormat) #9B111E Sample
Ruddy ruddy($inOptFormat) #FF0028 Sample
Ruddy brown ruddyBrown($inOptFormat) #BB6528 Sample
Ruddy pink ruddyPink($inOptFormat) #E18E96 Sample
Rufous rufous($inOptFormat) #A81C07 Sample
Russet russet($inOptFormat) #80461B Sample
Russian green russianGreen($inOptFormat) #679267 Sample
Russian violet russianViolet($inOptFormat) #32174D Sample
Rust rust($inOptFormat) #B7410E Sample
Rusty red rustyRed($inOptFormat) #DA2C43 Sample
Sacramento State green sacramentoStateGreen($inOptFormat) #00563F Sample
Saddle brown saddleBrown($inOptFormat) #8B4513 Sample
Safety orange safetyOrange($inOptFormat) #FF7800 Sample
Safety orange (blaze orange) safetyOrangeBlazeOrange($inOptFormat) #FF6700 Sample
Safety yellow safetyYellow($inOptFormat) #EED202 Sample
Saffron saffron($inOptFormat) #F4C430 Sample
Sage sage($inOptFormat) #BCB88A Sample
Salmon salmon($inOptFormat) #FA8072 Sample
Salmon pink salmonPink($inOptFormat) #FF91A4 Sample
Sand sand($inOptFormat) #C2B280 Sample
Sand dune sandDune($inOptFormat) #967117 Sample
Sandstorm sandstorm($inOptFormat) #ECD540 Sample
Sandy Tan sandyTan($inOptFormat) #FDD9B5 Sample
Sandy brown sandyBrown($inOptFormat) #F4A460 Sample
Sandy taupe sandyTaupe($inOptFormat) #967117 Sample
Sangria sangria($inOptFormat) #92000A Sample
Sap green sapGreen($inOptFormat) #507D2A Sample
Sapphire sapphire($inOptFormat) #0F52BA Sample
Sapphire blue sapphireBlue($inOptFormat) #0067A5 Sample
Sasquatch Socks sasquatchSocks($inOptFormat) #FF4681 Sample
Satin sheen gold satinSheenGold($inOptFormat) #CBA135 Sample
Scarlet scarlet($inOptFormat) #FD0E35 Sample
Schauss pink schaussPink($inOptFormat) #FF91AF Sample
School bus yellow schoolBusYellow($inOptFormat) #FFD800 Sample
Screamin' Green screaminGreen($inOptFormat) #66FF66 Sample
Sea Foam Green seaFoamGreen($inOptFormat) #9FE2BF Sample
Sea Serpent seaSerpent($inOptFormat) #4BC7CF Sample
Sea blue seaBlue($inOptFormat) #006994 Sample
Sea green seaGreen($inOptFormat) #2E8B57 Sample
Seal brown sealBrown($inOptFormat) #59260B Sample
Seashell seashell($inOptFormat) #FFF5EE Sample
Selective yellow selectiveYellow($inOptFormat) #FFBA00 Sample
Sepia sepia($inOptFormat) #704214 Sample
Shadow shadow($inOptFormat) #8A795D Sample
Shadow blue shadowBlue($inOptFormat) #778BA5 Sample
Shampoo shampoo($inOptFormat) #FFCFF1 Sample
Shamrock green shamrockGreen($inOptFormat) #009E60 Sample
Sheen Green sheenGreen($inOptFormat) #8FD400 Sample
Shimmering Blush shimmeringBlush($inOptFormat) #D98695 Sample
Shiny Shamrock shinyShamrock($inOptFormat) #5FA778 Sample
Shocking pink shockingPink($inOptFormat) #FC0FC0 Sample
Shocking pink (Crayola) shockingPinkCrayola($inOptFormat) #FF6FFF Sample
Sienna sienna($inOptFormat) #882D17 Sample
Silver silver($inOptFormat) #C0C0C0 Sample
Silver Lake blue silverLakeBlue($inOptFormat) #5D89BA Sample
Silver chalice silverChalice($inOptFormat) #ACACAC Sample
Silver pink silverPink($inOptFormat) #C4AEAD Sample
Silver sand silverSand($inOptFormat) #BFC1C2 Sample
Sinopia sinopia($inOptFormat) #CB410B Sample
Sizzling Red sizzlingRed($inOptFormat) #FF3855 Sample
Sizzling Sunrise sizzlingSunrise($inOptFormat) #FFDB00 Sample
Skobeloff skobeloff($inOptFormat) #007474 Sample
Sky blue skyBlue($inOptFormat) #87CEEB Sample
Sky magenta skyMagenta($inOptFormat) #CF71AF Sample
Slate blue slateBlue($inOptFormat) #6A5ACD Sample
Slate gray slateGray($inOptFormat) #708090 Sample
Slimy Green slimyGreen($inOptFormat) #299617 Sample
Smalt (Dark powder blue) smaltDarkPowderBlue($inOptFormat) #003399 Sample
Smashed Pumpkin smashedPumpkin($inOptFormat) #FF6D3A Sample
Smitten smitten($inOptFormat) #C84186 Sample
Smoke smoke($inOptFormat) #738276 Sample
Smokey Topaz smokeyTopaz($inOptFormat) #832A0D Sample
Smoky Topaz smokyTopaz($inOptFormat) #933D41 Sample
Smoky black smokyBlack($inOptFormat) #100C08 Sample
Snow snow($inOptFormat) #FFFAFA Sample
Soap soap($inOptFormat) #CEC8EF Sample
Solid pink solidPink($inOptFormat) #893843 Sample
Sonic silver sonicSilver($inOptFormat) #757575 Sample
Space cadet spaceCadet($inOptFormat) #1D2951 Sample
Spanish bistre spanishBistre($inOptFormat) #807532 Sample
Spanish blue spanishBlue($inOptFormat) #0070B8 Sample
Spanish carmine spanishCarmine($inOptFormat) #D10047 Sample
Spanish crimson spanishCrimson($inOptFormat) #E51A4C Sample
Spanish gray spanishGray($inOptFormat) #989898 Sample
Spanish green spanishGreen($inOptFormat) #009150 Sample
Spanish orange spanishOrange($inOptFormat) #E86100 Sample
Spanish pink spanishPink($inOptFormat) #F7BFBE Sample
Spanish red spanishRed($inOptFormat) #E60026 Sample
Spanish sky blue spanishSkyBlue($inOptFormat) #00FFFF Sample
Spanish violet spanishViolet($inOptFormat) #4C2882 Sample
Spanish viridian spanishViridian($inOptFormat) #007F5C Sample
Spartan Crimson spartanCrimson($inOptFormat) #9E1316 Sample
Spicy mix spicyMix($inOptFormat) #8B5f4D Sample
Spiro Disco Ball spiroDiscoBall($inOptFormat) #0FC0FC Sample
Spring Frost springFrost($inOptFormat) #87FF2A Sample
Spring bud springBud($inOptFormat) #A7FC00 Sample
Spring green springGreen($inOptFormat) #00FF7F Sample
St. Patrick's blue stPatricksBlue($inOptFormat) #23297A Sample
Star command blue starCommandBlue($inOptFormat) #007BB8 Sample
Steel Teal steelTeal($inOptFormat) #5F8A8B Sample
Steel blue steelBlue($inOptFormat) #4682B4 Sample
Steel pink steelPink($inOptFormat) #CC33CC Sample
Stil de grain yellow stilDeGrainYellow($inOptFormat) #FADA5E Sample
Stizza stizza($inOptFormat) #990000 Sample
Stormcloud stormcloud($inOptFormat) #4F666A Sample
Straw straw($inOptFormat) #E4D96F Sample
Strawberry strawberry($inOptFormat) #FC5A8D Sample
Sugar Plum sugarPlum($inOptFormat) #914E75 Sample
Sunburnt Cyclops sunburntCyclops($inOptFormat) #FF404C Sample
Sunglow sunglow($inOptFormat) #FFCC33 Sample
Sunny sunny($inOptFormat) #F2F27A Sample
Sunray sunray($inOptFormat) #E3AB57 Sample
Sunset sunset($inOptFormat) #FAD6A5 Sample
Sunset orange sunsetOrange($inOptFormat) #FD5E53 Sample
Super pink superPink($inOptFormat) #CF6BA9 Sample
Sweet Brown sweetBrown($inOptFormat) #A83731 Sample
Tan tan($inOptFormat) #D2B48C Sample
Tangelo tangelo($inOptFormat) #F94D00 Sample
Tangerine tangerine($inOptFormat) #F28500 Sample
Tangerine yellow tangerineYellow($inOptFormat) #FFCC00 Sample
Tango pink tangoPink($inOptFormat) #E4717A Sample
Tart Orange tartOrange($inOptFormat) #FB4D46 Sample
Taupe taupe($inOptFormat) #483C32 Sample
Taupe gray taupeGray($inOptFormat) #8B8589 Sample
Tea green teaGreen($inOptFormat) #D0F0C0 Sample
Tea rose teaRose($inOptFormat) #F4C2C2 Sample
Teal teal($inOptFormat) #008080 Sample
Teal blue tealBlue($inOptFormat) #367588 Sample
Teal deer tealDeer($inOptFormat) #99E6B3 Sample
Teal green tealGreen($inOptFormat) #00827F Sample
Telemagenta telemagenta($inOptFormat) #CF3476 Sample
Tenné tenné($inOptFormat) #CD5700 Sample
Terra cotta terraCotta($inOptFormat) #E2725B Sample
Thistle thistle($inOptFormat) #D8BFD8 Sample
Thulian pink thulianPink($inOptFormat) #DE6FA1 Sample
Tickle Me Pink tickleMePink($inOptFormat) #FC89AC Sample
Tiffany Blue tiffanyBlue($inOptFormat) #0ABAB5 Sample
Tiger's eye tigersEye($inOptFormat) #E08D3C Sample
Timberwolf timberwolf($inOptFormat) #DBD7D2 Sample
Titanium yellow titaniumYellow($inOptFormat) #EEE600 Sample
Tomato tomato($inOptFormat) #FF6347 Sample
Toolbox toolbox($inOptFormat) #746CC0 Sample
Topaz topaz($inOptFormat) #FFC87C Sample
Tractor red tractorRed($inOptFormat) #FD0E35 Sample
Trolley Grey trolleyGrey($inOptFormat) #808080 Sample
Tropical rain forest tropicalRainForest($inOptFormat) #00755E Sample
Tropical violet tropicalViolet($inOptFormat) #CDA4DE Sample
True Blue trueBlue($inOptFormat) #0073CF Sample
Tufts Blue tuftsBlue($inOptFormat) #417DC1 Sample
Tulip tulip($inOptFormat) #FF878D Sample
Tumbleweed tumbleweed($inOptFormat) #DEAA88 Sample
Turkish rose turkishRose($inOptFormat) #B57281 Sample
Turquoise turquoise($inOptFormat) #40E0D0 Sample
Turquoise Surf turquoiseSurf($inOptFormat) #00C5CD Sample
Turquoise blue turquoiseBlue($inOptFormat) #00FFEF Sample
Turquoise green turquoiseGreen($inOptFormat) #A0D6B4 Sample
Turtle green turtleGreen($inOptFormat) #8A9A5B Sample
Tuscan tuscan($inOptFormat) #FAD6A5 Sample
Tuscan brown tuscanBrown($inOptFormat) #6F4E37 Sample
Tuscan red tuscanRed($inOptFormat) #7C4848 Sample
Tuscan tan tuscanTan($inOptFormat) #A67B5B Sample
Tuscany tuscany($inOptFormat) #C09999 Sample
Twilight lavender twilightLavender($inOptFormat) #8A496B Sample
Tyrian purple tyrianPurple($inOptFormat) #66023C Sample
UA blue uaBlue($inOptFormat) #0033AA Sample
UA red uaRed($inOptFormat) #D9004C Sample
UCLA Blue uclaBlue($inOptFormat) #536895 Sample
UCLA Gold uclaGold($inOptFormat) #FFB300 Sample
UFO Green ufoGreen($inOptFormat) #3CD070 Sample
UP Forest green upForestGreen($inOptFormat) #014421 Sample
UP Maroon upMaroon($inOptFormat) #7B1113 Sample
USAFA blue usafaBlue($inOptFormat) #004F98 Sample
USC Cardinal uscCardinal($inOptFormat) #990000 Sample
USC Gold uscGold($inOptFormat) #FFCC00 Sample
Ube ube($inOptFormat) #8878C3 Sample
Ultra pink ultraPink($inOptFormat) #FF6FFF Sample
Ultra red ultraRed($inOptFormat) #FC6C85 Sample
Ultramarine ultramarine($inOptFormat) #3F00FF Sample
Ultramarine blue ultramarineBlue($inOptFormat) #4166F5 Sample
Umber umber($inOptFormat) #635147 Sample
Unbleached silk unbleachedSilk($inOptFormat) #FFDDCA Sample
United Nations blue unitedNationsBlue($inOptFormat) #5B92E5 Sample
University of California Gold universityOfCaliforniaGold($inOptFormat) #B78727 Sample
University of Tennessee Orange universityOfTennesseeOrange($inOptFormat) #F77F00 Sample
Unmellow yellow unmellowYellow($inOptFormat) #FFFF66 Sample
Upsdell red upsdellRed($inOptFormat) #AE2029 Sample
Urobilin urobilin($inOptFormat) #E1AD21 Sample
Utah Crimson utahCrimson($inOptFormat) #D3003F Sample
Van Dyke Brown vanDykeBrown($inOptFormat) #664228 Sample
Vanilla vanilla($inOptFormat) #F3E5AB Sample
Vanilla ice vanillaIce($inOptFormat) #F38FA9 Sample
Vegas gold vegasGold($inOptFormat) #C5B358 Sample
Venetian red venetianRed($inOptFormat) #C80815 Sample
Verdigris verdigris($inOptFormat) #43B3AE Sample
Vermilion vermilion($inOptFormat) #D9381E Sample
Veronica veronica($inOptFormat) #A020F0 Sample
Very light azure veryLightAzure($inOptFormat) #74BBFB Sample
Very light blue veryLightBlue($inOptFormat) #6666FF Sample
Very light malachite green veryLightMalachiteGreen($inOptFormat) #64E986 Sample
Very light tangelo veryLightTangelo($inOptFormat) #FFB077 Sample
Very pale orange veryPaleOrange($inOptFormat) #FFDFBF Sample
Very pale yellow veryPaleYellow($inOptFormat) #FFFFBF Sample
Violet violet($inOptFormat) #8F00FF Sample
Violet (RYB) violetRyb($inOptFormat) #8601AF Sample
Violet (color wheel) violetColorWheel($inOptFormat) #7F00FF Sample
Violet (web) violetWeb($inOptFormat) #EE82EE Sample
Violet-blue violetBlue($inOptFormat) #324AB2 Sample
Violet-red violetRed($inOptFormat) #F75394 Sample
Viridian viridian($inOptFormat) #40826D Sample
Viridian green viridianGreen($inOptFormat) #009698 Sample
Vista blue vistaBlue($inOptFormat) #7C9ED9 Sample
Vivid amber vividAmber($inOptFormat) #CC9900 Sample
Vivid auburn vividAuburn($inOptFormat) #922724 Sample
Vivid burgundy vividBurgundy($inOptFormat) #9F1D35 Sample
Vivid cerise vividCerise($inOptFormat) #DA1D81 Sample
Vivid cerulean vividCerulean($inOptFormat) #00AAEE Sample
Vivid crimson vividCrimson($inOptFormat) #CC0033 Sample
Vivid gamboge vividGamboge($inOptFormat) #FF9900 Sample
Vivid lime green vividLimeGreen($inOptFormat) #A6D608 Sample
Vivid malachite vividMalachite($inOptFormat) #00CC33 Sample
Vivid mulberry vividMulberry($inOptFormat) #B80CE3 Sample
Vivid orange vividOrange($inOptFormat) #FF5F00 Sample
Vivid orange peel vividOrangePeel($inOptFormat) #FFA000 Sample
Vivid orchid vividOrchid($inOptFormat) #CC00FF Sample
Vivid raspberry vividRaspberry($inOptFormat) #FF006C Sample
Vivid red vividRed($inOptFormat) #F70D1A Sample
Vivid red-tangelo vividRedTangelo($inOptFormat) #DF6124 Sample
Vivid sky blue vividSkyBlue($inOptFormat) #00CCFF Sample
Vivid tangelo vividTangelo($inOptFormat) #F07427 Sample
Vivid tangerine vividTangerine($inOptFormat) #FFA089 Sample
Vivid vermilion vividVermilion($inOptFormat) #E56024 Sample
Vivid violet vividViolet($inOptFormat) #9F00FF Sample
Vivid yellow vividYellow($inOptFormat) #FFE302 Sample
Volt volt($inOptFormat) #CEFF00 Sample
Wageningen Green wageningenGreen($inOptFormat) #34B233 Sample
Warm black warmBlack($inOptFormat) #004242 Sample
Waterspout waterspout($inOptFormat) #A4F4F9 Sample
Weldon Blue weldonBlue($inOptFormat) #7C98AB Sample
Wenge wenge($inOptFormat) #645452 Sample
Wheat wheat($inOptFormat) #F5DEB3 Sample
White white($inOptFormat) #FFFFFF Sample
White smoke whiteSmoke($inOptFormat) #F5F5F5 Sample
Wild Strawberry wildStrawberry($inOptFormat) #FF43A4 Sample
Wild blue yonder wildBlueYonder($inOptFormat) #A2ADD0 Sample
Wild orchid wildOrchid($inOptFormat) #D470A2 Sample
Wild watermelon wildWatermelon($inOptFormat) #FC6C85 Sample
Willpower orange willpowerOrange($inOptFormat) #FD5800 Sample
Windsor tan windsorTan($inOptFormat) #A75502 Sample
Wine wine($inOptFormat) #722F37 Sample
Wine dregs wineDregs($inOptFormat) #673147 Sample
Winter Sky winterSky($inOptFormat) #FF007C Sample
Winter Wizard winterWizard($inOptFormat) #A0E6FF Sample
Wintergreen Dream wintergreenDream($inOptFormat) #56887D Sample
Wisteria wisteria($inOptFormat) #C9A0DC Sample
Wood brown woodBrown($inOptFormat) #C19A6B Sample
Xanadu xanadu($inOptFormat) #738678 Sample
Yale Blue yaleBlue($inOptFormat) #0F4D92 Sample
Yankees blue yankeesBlue($inOptFormat) #1C2841 Sample
Yellow yellow($inOptFormat) #FFFF00 Sample
Yellow (Crayola) yellowCrayola($inOptFormat) #FCE883 Sample
Yellow (Munsell) yellowMunsell($inOptFormat) #EFCC00 Sample
Yellow (NCS) yellowNcs($inOptFormat) #FFD300 Sample
Yellow (Pantone) yellowPantone($inOptFormat) #FEDF00 Sample
Yellow (RYB) yellowRyb($inOptFormat) #FEFE33 Sample
Yellow (process) yellowProcess($inOptFormat) #FFEF00 Sample
Yellow Orange yellowOrange($inOptFormat) #FFAE42 Sample
Yellow Sunshine yellowSunshine($inOptFormat) #FFF700 Sample
Yellow rose yellowRose($inOptFormat) #FFF000 Sample
Yellow-green yellowGreen($inOptFormat) #9ACD32 Sample
Zaffre zaffre($inOptFormat) #0014A8 Sample
Zinnwaldite brown zinnwalditeBrown($inOptFormat) #2C1608 Sample
Zomp zomp($inOptFormat) #39A78E Sample