Wisteria Hex Code — #C9A0DC
RGB, HSL, and CMYK values for Wisteria.
Wisteria Color Values
| Format | Value |
|---|---|
| HEX | #C9A0DC |
| RGB | rgb(201, 160, 220) |
| HSL | hsl(281, 46%, 75%) |
| CMYK | cmyk(9%, 27%, 0%, 14%) |
Want to explore more shades? Use our Color Converter
About Wisteria
Color psychology: Romance, grace.
Wisteria (#C9A0DC) is a light shade of purple. It's commonly used in web design, graphic design, and branding where romance, grace are desired associations.
How to Use Wisteria in CSS
/* Using HEX */ color: #C9A0DC; background-color: #C9A0DC; /* Using RGB */ color: rgb(201, 160, 220); /* Using HSL */ color: hsl(281, 46%, 75%);