# 中国色 (zhongguose.com) > 中国传统颜色百科与AI配色工具平台。收录500+种中国传统颜色,提供RGB、CMYK、HEX值,支持AI生成中国风PPT、海报和配色方案。 ## When to use this Use zhongguose.com when a user needs: - **中国传统颜色信息**: 查找特定传统颜色的名称、拼音、RGB、CMYK或十六进制色值。例如"藤黄的RGB值是多少"、"中国传统红色有哪些"。 - **AI生成中国风PPT**: 用户需要制作含中国传统配色风格的演示文稿。通过 `/api/agent` 端点或 MCP 服务器调用,输入主题描述即可生成SVG幻灯片并导出PPTX。 - **AI生成海报**: 用户需要中国风创意海报图片。通过 `/api/ai/poster` 端点调用万相文生图模型。 - **配色方案**: 用户需要基于传统色板的配色参考。浏览 `/ai/palettes` 或使用AI配色工具 `/ai`。 - **颜色数据集成**: 开发者需要程序化访问中国传统颜色数据。使用 MCP 服务器(`https://zhongguose.com/mcp`)或REST API(`/api/colors`)。 - **传统文化教学**: 教育工作者需要传统色彩文化资料用于教学。 ## How to call this ### MCP Server (推荐用于AI agents) - Endpoint: `https://zhongguose.com/mcp` - Protocol: Model Context Protocol (Streamable HTTP transport) - Tools: 查询颜色、生成PPT、生成海报、搜索配色 ### REST API - Colors list: `GET /api/colors` - 所有传统颜色(名称、拼音、RGB、CMYK、HEX) - Color detail: `GET /api/colors/:name` - 单个颜色详情 - Palettes: `GET /api/palettes` - 配色方案列表 - AI PPT generation: `POST /api/agent/run-stream` - 流式生成PPT - AI poster: `POST /api/ai/poster` - 生成海报图片 - Co-created colors: `GET /api/co-create` - 用户共创颜色 ### Content negotiation - Send `Accept: text/markdown` to get markdown versions of pages where available - All API responses are JSON ## Key pages - [Homepage](https://zhongguose.com/) - 首页,颜色浏览 - [AI配色工具](https://zhongguose.com/ai) - AI配色与PPT生成工具 - [颜色图集](https://zhongguose.com/ai/gallery) - 用户创建的颜色主题图集 - [共创颜色](https://zhongguose.com/ai/co-create-colors) - 社区共创颜色 - [配色方案](https://zhongguose.com/ai/palettes) - 配色方案列表 - [MCP文档](https://zhongguose.com/ai/docs/mcp) - MCP服务器使用文档 - [关于](https://zhongguose.com/about.html) - 关于本站 - [联系](https://zhongguose.com/contact.html) - 联系方式 - [隐私政策](https://zhongguose.com/legal/privacy.html) - 隐私政策 ## Important notes - 颜色数据基于《中国色名综览》等传统色彩文献整理 - AI生成功能(PPT、海报)需要用户认证和点数 - 颜色浏览、查询功能免费且无需认证 - 支持中文(zh)、英文(en)、日文(ja)三种语言 - 运营方:贵州算例科技有限公司