What is the RGB code for mediumorchid?
The CSS color mediumorchid in RGB format is rgb(186, 85, 211). Use this value directly in CSS, SVG, and most design tools.
How do I use mediumorchid in CSS?
To apply mediumorchid in CSS:
- Text color: color: rgb(186, 85, 211);
- Background: background-color: rgb(186, 85, 211);
- Border: border-color: rgb(186, 85, 211);
What are all the color format values for mediumorchid?
| Format | Value |
|---|---|
| HEX | #ba55d3 |
| RGB | rgb(186, 85, 211) |
| HSL | hsl(288.1, 58.9%, 58%) |
| CMYK | cmyk(11.8%, 59.7%, 0%, 17.3%) |
How do I convert mediumorchid to RGB?
Select mediumorchid from the color name list in our color converter. The RGB value — rgb(186, 85, 211) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does mediumorchid belong to?
mediumorchid belongs to the purple color family. It is a medium, moderately saturated color with HSL values: hue 288.1°, saturation 58.9%, lightness 58%.
How do I create lighter and darker shades of mediumorchid?
Lighter variant (lightness 73%): #d392e3. Darker variant (lightness 43%): #952dae. 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.