Shades of Medium Orchid #C731E1
Tints of Medium Orchid #C731E1
RGB
CMYK
RGB Variations
Color information
#C731E1 (or 0xC731E1) is known color: Medium Orchid. HEX triplet: C7, 31 and E1. RGB value is (199,49,225). Sum of RGB (Red+Green+Blue) = 199+49+225=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #C731E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731E1 is #38CE1E. Grayscale: #717171. Windows color (decimal): -3722783 or 14758343. OLE color: 14758343.
HSL color Cylindrical-coordinate representation of color #C731E1: hue angle of 291.14º 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 #C731E1 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 49 | 225 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.12 |
| HSL | 291.14º | 0.75% | 0.54% | - |
| HSV(B) | 291.14º | 0.78% | 0.88% | - |
| XYZ | 38.24 | 19.77 | 73.04 | - |
| YUV | 113.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 225 | 0.12 | 0.78 | 0 | 0.12 | 291.14 | 0.75 | 0.54 |
| Hex | C7 | 31 | E1 | C | 4E | 0 | C | 123 | 4B | 36 |
| Octal | 307 | 61 | 341 | 14 | 116 | 0 | 14 | 443 | 113 | 66 |
| Binary | 11000111 | 110001 | 11100001 | 1100 | 1001110 | 0 | 1100 | 100100011 | 1001011 | 110110 |
Color Harmonies of #C731E1
Complementary color
Monochromatic Colors of #C731E1
Black with #C731E1
Text Example
Text Example
White with #C731E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731E1; }
p { color: rgb(199,49,225); }
H1.HeaderClassName
{
color: #C731E1;
}
.AnyTagClassName
{
color: #C731E1;
}
</style>
background-color css
<style>
a { background-color: #C731E1; }
a { background-color: rgb(199,49,225); }
div.DivClassName
{
background-color: #C731E1;
}
.BgClassName
{
background-color: #C731E1;
}
</style>
border-color css
<style>
span { border-color: #C731E1; }
span { border-color: rgb(199,49,225); }
td.TdClassName
{
border-color: #C731E1;
}
.TagClassName
{
border-color: #C731E1;
}
</style>