R language uses Cartesian product and ggvenn() function to draw the Venn distribution diagram of N*N*N*N color combinations

library(ggvenn)
set.seed(20190708)
genes <- paste("gene",1:1000,sep="")
x <- list(
  A = sample(genes,300), 
  B = sample(genes,525), 
  C = sample(genes,440),
  D = sample(genes,350)
)
ggvenn(
  x, 
  fill_color = c("aliceblue", "slateblue", "springgreen", "thistle"),
  stroke_size = 0.5, set_name_size = 4
)

Insert image description here
According to the Cartesian product principle, the color of each partition of the Venn diagram should be different, which means that there are 140 colors: 140 140 140*140 = 3184160000 combinations, that is, there are 3184160000 types of Venn diagrams. Due to the editing effort Since time is limited, I won’t introduce them one by one here.
Color Encyclopedia: Color Names and Color Values

aliceblue: Alicelan ColorValue = “#F0F8FF”;
antiquewhite: antique white ColorValue = “#FAEBD7”;
aqua: light green ColorValue = “#00FFFF”;
aquamarine: aquamarine ColorValue = “#7FFFD4”;
azure: sky blue ColorValue = “#F0FFFF”;
beige: beige ColorValue = “#F5F5DC”;
bisque: orange ColorValue = “#FFE4C4”;
black: black ColorValue = “#000000”;
blanchedalmond: white apricot ColorValue = “#FFEBCD”;
blue: blue ColorValue = “#0000FF”;
blueviolet: violet ColorValue = “#8A2BE2”;
brown: brown ColorValue = “#A52A2A”;
burlywood: solid wood color ColorValue = “#DEB887”;
cadetblue: military blue ColorValue = "#5F9EA0";
chartreuse:yellow-green ColorValue = "#7FFF00";
chocolate: chocolate color ColorValue = "#D2691E";
coral: coral color ColorValue = "#FF7F50";
cornflowerblue: chrysanthemum ColorValue = “#6495ED”;
cornsilk: rice silk color ColorValue = “#FFF8DC”;
crimson: dark crimson ColorValue = “#DC143C”;
cyan: cyan ColorValue = “#00FFFF”;
darkblue: dark blue ColorColorValue = “#00008B”;
darkcyan: dark cyan ColorValue = “#008B8B”;
darkgoldenrod: dark golden yellow ColorValue = “#B8860B”;
darkgray: dark gray ColorValue = “#A9A9A9”;
darkgreen: dark green ColorValue = “# 006400";
darkkhaki: dark russet ColorValue = "#BDB76B";
darkmagenta: dark magenta ColorValue = "#8B008B";
darkolivegreen: dark olive green ColorValue = "#556B2F";
darkorange: dark orange ColorValue = "#FF8C00";
darkorchid :dark purple ColorValue = “#9932CC”;
darkred: dark red ColorValue = “#8B0000”;
darksalmon: dark flesh color ColorValue = “#E9967A”;
darkseagreen: dark sea blue ColorValue = “#8FBC8F”;
darkslateblue: dark gray blue ColorValue = “#483D8B”;
darkslategray: dark green ColorValue = “#2F4F4F”;
darkturquoise: dark sapphire green ColorValue = “#00CED1”;
darkviolet :dark violet ColorValue = “#9400D3”;
deeppink: deep pink ColorValue = “#FF1493”;
deepskyblue: deep sky blue ColorValue = “#00BFFF”;
dimgray: dark gray ColorValue = “#696969”;
dodgerblue: flash blue ColorColorValue = “#1E90FF”;
firebrick: Fire brick color ColorValue = “#B22222”;
floralwhite: Flower white ColorValue = “#FFFAF0”;
forestgreen: Forest green ColorValue = “#228B22”;
fuchsia: Fuchsia ColorValue = “# FF00FF";
gainsboro: light gray ColorValue = "#DCDCDC";
ghostwhite: ghost white ColorValue = "#F8F8FF";
gold: gold ColorValue = "#FFD700";
goldenrod: golden unicorn color ColorValue = “#DAA520”;
gray: gray ColorValue = “#808080”;
green: green ColorValue = “#008000”;
greenyellow: yellow-green ColorValue = “#ADFF2F”;
honeydew: honey color ColorValue = “# F0FFF0";
hotpink: hot pink ColorValue = "#FF69B4";
indianred: Indian red ColorValue = "#CD5C5C";
indigo: indigo ColorValue = "#4B0082";
ivory: ivory ColorValue = "#FFFFF0";
khaki: tawnyColorValue = "#F0E68C";
lavender:lavenderColorValue = "#E6E6FA";
lavenderblush:lavenderColorValue = "#FFF0F5";
lawngreen: grass greenColorValue = "#7CFC00";
lemonchiffon: lemon silk colorColorValue = " #FFFACD”;
lightblue: bright blue ColorValue = “#ADD8E6”;
lightcoral: bright coral ColorValue = “#F08080”;
lightcyan: bright cyan ColorValue = “#E0FFFF”;
lightgoldenrodyellow: bright golden color ColorValue = “#FAFAD2”;
lightgreen: bright green ColorValue = “#90EE90”;
lightgrey: light gray ColorValue = “#D3D3D3”;
lightpink: bright pink ColorValue = “#FFB6C1”;
lightsalmon: light flesh color ColorValue = “#FFA07A”;
lightseagreen: bright sea blue ColorValue = “#20B2AA”;
lightskyblue: bright sky blue ColorValue = “#87CEFA”;
lightslategray: bright blue gray ColorValue = “#778899”;
lightsteelblue: bright steel blue ColorValue = “#B0C4DE”;
lightyellow: bright yellow ColorValue = “#FFFFE0”;
lime: lime orange ColorValue = “#00FF00”;
limegreen: orange-green ColorValue = “#32CD32”;
linen: flax ColorValue = “#FAF0E6” ;
magenta: red-purple ColorValue = “#FF00FF”;
maroon: maroon ColorValue = “#800000”;
mediumaquamarine: medium-green ColorValue = “#66CDAA”;
mediumblue: medium blue ColorValue = “#0000CD”;
mediumorchid: medium purple ColorValue = “#BA55D3”;
mediumpurple: medium purple ColorValue = “#9370DB”;
mediumseagreen: medium sea blue ColorValue = “#3CB371”;
mediumslateblue: medium dark blue ColorColorValue = “#7B68EE”;
mediumspringgreen: medium spring green ColorValue = “#00FA9A”;
mediumturquoise: medium emerald ColorValue = “#48D1CC”;
mediumvioletred: medium violet ColorValue = “#C71585”;
midnightblue: medium gray blue ColorValue = "#191970";
mintcream:mint ColorValue = "#F5FFFA";
mistyrose:light rose ColorValue = "#FFE4E1";
moccasin: buckskin ColorValue = "#FFE4B5";
navajowhite:nava white ColorValue = " #FFDEAD”;
navy: navy ColorValue = “#000080”;
oldlace: old flower color ColorValue = “#FDF5E6”;
olive: olive color ColorValue = “#808000”;
olivedrab: dark green-brown ColorValue = “#6B8E23”;
orange: orange ColorValue = “#FFA500”;
orangered: red-orange ColorValue = “#FF4500”;
orchid: lavender ColorValue = “#DA70D6”;
palegoldenrod: pale unicorn ColorValue >
_
_
_
_ FFEFD5";
peachpuff: peach ColorValue = "#FFDAB9";
peru: Peruvian color ColorValue = "#CD853F";
pink: pink ColorValue = "#FFC0CB";
plum: plum color ColorValue = "#DDA0DD";
powderblue: pink Blue ColorValue = “#B0E0E6”;
purple: purple ColorValue = “#800080”;
red: red ColorValue = “#FF0000”;
rosybrown: brown rose red ColorValue = “#BC8F8F”;
royalblue: royal blue ColorValue = “#4169E1”;
saddlebrown: heavy brown ColorValue = “#8B4513”;
salmon: fresh meat color ColorValue = “#FA8072”;
sandybrown: sandy brown ColorValue = “#F4A460”;
seagreen: sea green ColorValue = "#2E8B57";
seashell: seashell color ColorValue = "#FFF5EE";
sienna: ocher ColorValue = "#A0522D";
silver: silver ColorValue = "#C0C0C0";
skyblue: sky blue ColorValue = "#87CEEB";
slateblue : slate blue ColorValue = “#6A5ACD”;
slategray: gray stone color ColorValue = “#708090”;
snow: snow white ColorValue = “#FFFAFA”;
springgreen: spring green ColorValue = “#00FF7F”;
steelblue: steel blue color ColorValue = “#4682B4”;
tan:tan ColorValue = “#D2B48C”;
teal:teal ColorValue = “#008080”;
thistle:thistle ColorValue = “#D8BFD8”;
tomato: tomato color ColorValue = “#FF6347”;
turquoise: turquoise ColorValue = “#40E0D0”;
violet: violet ColorValue = “#EE82EE”;
wheat: light yellow ColorValue = “#F5DEB3”;
white: white ColorValue = “ #FFFFFF";
whitesmoke: smoke white ColorValue = "#F5F5F5";
yellow: yellow ColorValue = "#FFFF00";
yellowgreen: yellow-green ColorValue = "#9ACD32";
Development tools: RStudio and WeChat Alt+A screenshot tool
reference: Baidu Library—Chinese and English color comparison
https://bbs.huaweicloud.com/blogs/383156
https://zhuanlan.zhihu.com/p/265909030?ivk_sa=1024320u
Baidu Search: Descartes Product Zhihu

Guess you like

Origin blog.csdn.net/m0_38127487/article/details/132920191