What is the RGB code for baby purple?
The CSS color baby purple in RGB format is rgb(202, 155, 247). Use this value directly in CSS, SVG, and most design tools.
How do I use baby purple in CSS?
To apply baby purple in CSS:
- Text color: color: rgb(202, 155, 247);
- Background: background-color: rgb(202, 155, 247);
- Border: border-color: rgb(202, 155, 247);
What are all the color format values for baby purple?
| Format | Value |
|---|---|
| HEX | #ca9bf7 |
| RGB | rgb(202, 155, 247) |
| HSL | hsl(270.7, 85.2%, 78.8%) |
| CMYK | cmyk(18.2%, 37.2%, 0%, 3.1%) |
How do I convert baby purple to RGB?
Select baby purple from the color name list in our color converter. The RGB value — rgb(202, 155, 247) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does baby purple belong to?
baby purple belongs to the purple color family. It is a light, vivid color with HSL values: hue 270.7°, saturation 85.2%, lightness 78.8%.
How do I create lighter and darker shades of baby purple?
Lighter variant (lightness 93.8%): #f0e2fd. Darker variant (lightness 63.8%): #a554f1. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.