Shades of Medium Orchid #C531E1
Tints of Medium Orchid #C531E1
RGB
CMYK
RGB Variations
Color information
#C531E1 (or 0xC531E1) is known color: Medium Orchid. HEX triplet: C5, 31 and E1. RGB value is (197,49,225). Sum of RGB (Red+Green+Blue) = 197+49+225=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #C531E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531E1 is #3ACE1E. Grayscale: #707070. Windows color (decimal): -3853855 or 14758341. OLE color: 14758341.
HSL color Cylindrical-coordinate representation of color #C531E1: hue angle of 290.45º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C531E1 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 49 | 225 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.12 |
| HSL | 290.45º | 0.75% | 0.54% | - |
| HSV(B) | 290.45º | 0.78% | 0.88% | - |
| XYZ | 37.71 | 19.5 | 73.01 | - |
| YUV | 113.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 225 | 0.12 | 0.78 | 0 | 0.12 | 290.45 | 0.75 | 0.54 |
| Hex | C5 | 31 | E1 | C | 4E | 0 | C | 122 | 4B | 36 |
| Octal | 305 | 61 | 341 | 14 | 116 | 0 | 14 | 442 | 113 | 66 |
| Binary | 11000101 | 110001 | 11100001 | 1100 | 1001110 | 0 | 1100 | 100100010 | 1001011 | 110110 |
Color Harmonies of #C531E1
Complementary color
Monochromatic Colors of #C531E1
Black with #C531E1
Text Example
Text Example
White with #C531E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531E1; }
p { color: rgb(197,49,225); }
H1.HeaderClassName
{
color: #C531E1;
}
.AnyTagClassName
{
color: #C531E1;
}
</style>
background-color css
<style>
a { background-color: #C531E1; }
a { background-color: rgb(197,49,225); }
div.DivClassName
{
background-color: #C531E1;
}
.BgClassName
{
background-color: #C531E1;
}
</style>
border-color css
<style>
span { border-color: #C531E1; }
span { border-color: rgb(197,49,225); }
td.TdClassName
{
border-color: #C531E1;
}
.TagClassName
{
border-color: #C531E1;
}
</style>