Shades of Medium Orchid #C731ED
Tints of Medium Orchid #C731ED
RGB
CMYK
RGB Variations
Color information
#C731ED (or 0xC731ED) is known color: Medium Orchid. HEX triplet: C7, 31 and ED. RGB value is (199,49,237). Sum of RGB (Red+Green+Blue) = 199+49+237=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #C731ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731ED is #38CE12. Grayscale: #727272. Windows color (decimal): -3722771 or 15544775. OLE color: 15544775.
HSL color Cylindrical-coordinate representation of color #C731ED: hue angle of 287.87º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C731ED is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 49 | 237 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.07 |
| HSL | 287.87º | 0.84% | 0.56% | - |
| HSV(B) | 287.87º | 0.79% | 0.93% | - |
| XYZ | 39.94 | 20.45 | 81.96 | - |
| YUV | 115.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 237 | 0.16 | 0.79 | 0 | 0.07 | 287.87 | 0.84 | 0.56 |
| Hex | C7 | 31 | ED | 10 | 4F | 0 | 7 | 120 | 54 | 38 |
| Octal | 307 | 61 | 355 | 20 | 117 | 0 | 7 | 440 | 124 | 70 |
| Binary | 11000111 | 110001 | 11101101 | 10000 | 1001111 | 0 | 111 | 100100000 | 1010100 | 111000 |
Color Harmonies of #C731ED
Complementary color
Monochromatic Colors of #C731ED
Black with #C731ED
Text Example
Text Example
White with #C731ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731ED; }
p { color: rgb(199,49,237); }
H1.HeaderClassName
{
color: #C731ED;
}
.AnyTagClassName
{
color: #C731ED;
}
</style>
background-color css
<style>
a { background-color: #C731ED; }
a { background-color: rgb(199,49,237); }
div.DivClassName
{
background-color: #C731ED;
}
.BgClassName
{
background-color: #C731ED;
}
</style>
border-color css
<style>
span { border-color: #C731ED; }
span { border-color: rgb(199,49,237); }
td.TdClassName
{
border-color: #C731ED;
}
.TagClassName
{
border-color: #C731ED;
}
</style>