colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "medium-orchid-vs-orchid",
"type": "nearest",
"name": "Medium Orchid vs Orchid",
"verdict": "Medium Orchid and Orchid are visually related colors. Orchid is the lighter option. Orchid reads warmer. Their mutual contrast is 1.36:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Medium Orchid and Orchid are different purple and pink colors with HEX values #BA55D3 and #DA70D6. According to Colors Encyclopedia, their RGB distance is 42, their contrast ratio is 1.36:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 42,
"contrastRatio": 1.36,
"colors": [
{
"slug": "medium-orchid",
"name": "Medium Orchid",
"hex": "#BA55D3",
"rgb": [
186,
85,
211
],
"hsl": [
288,
59,
58
],
"cmyk": [
12,
60,
0,
17
],
"family": "purple",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2164,
"contrast": {
"black": 5.33,
"white": 3.94
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.33
},
"description": "Medium Orchid is #BA55D3, a cool purple color with balanced character. Compared with Orchid, it is darker and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/medium-orchid/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/medium-orchid.json"
},
{
"slug": "orchid",
"name": "Orchid",
"hex": "#DA70D6",
"rgb": [
218,
112,
214
],
"hsl": [
302,
59,
65
],
"cmyk": [
0,
49,
2,
15
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.3135,
"contrast": {
"black": 7.27,
"white": 2.89
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 7.27
},
"description": "Orchid is #DA70D6, a warm pink color with balanced character. Compared with Medium Orchid, it is lighter and similar in saturation. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/orchid/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/orchid.json"
}
],
"differences": {
"rgbDistance": 42,
"contrastRatio": 1.36,
"hslDelta": {
"hue": 14,
"saturation": 0,
"lightness": 7
},
"luminanceDelta": 0.0971,
"sameFamily": false,
"sameTemperature": false,
"sharedTones": [
"balanced"
],
"lighterColor": "Orchid",
"moreSaturatedColor": "Medium Orchid"
},
"accessibility": {
"pairContrastRatio": 1.36,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Medium Orchid",
"background": "#BA55D3",
"foreground": "#000000",
"label": "black text",
"ratio": 5.33
},
{
"color": "Orchid",
"background": "#DA70D6",
"foreground": "#000000",
"label": "black text",
"ratio": 7.27
}
]
},
"useCases": {
"chooseFirstWhen": "Medium Orchid is better when the design needs balanced purple character, cool temperature, and the specific HEX value #BA55D3.",
"chooseSecondWhen": "Orchid is better when the design needs balanced pink character, warm temperature, and the specific HEX value #DA70D6.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/medium-orchid-vs-orchid.json",
"https://www.colorsencyclopedia.com/api/colors/medium-orchid.json",
"https://www.colorsencyclopedia.com/api/colors/orchid.json"
],
"url": "https://www.colorsencyclopedia.com/compare/medium-orchid-vs-orchid/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/medium-orchid-vs-orchid.json"
}