Shades of Medium Orchid #C731DF
Tints of Medium Orchid #C731DF
RGB
CMYK
RGB Variations
Color information
#C731DF (or 0xC731DF) is known color: Medium Orchid. HEX triplet: C7, 31 and DF. RGB value is (199,49,223). Sum of RGB (Red+Green+Blue) = 199+49+223=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #C731DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731DF is #38CE20. Grayscale: #717171. Windows color (decimal): -3722785 or 14627271. OLE color: 14627271.
HSL color Cylindrical-coordinate representation of color #C731DF: hue angle of 291.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C731DF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 49 | 223 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.13 |
| HSL | 291.72º | 0.73% | 0.53% | - |
| HSV(B) | 291.72º | 0.78% | 0.87% | - |
| XYZ | 37.97 | 19.67 | 71.61 | - |
| YUV | 113.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 223 | 0.11 | 0.78 | 0 | 0.13 | 291.72 | 0.73 | 0.53 |
| Hex | C7 | 31 | DF | B | 4E | 0 | D | 124 | 49 | 35 |
| Octal | 307 | 61 | 337 | 13 | 116 | 0 | 15 | 444 | 111 | 65 |
| Binary | 11000111 | 110001 | 11011111 | 1011 | 1001110 | 0 | 1101 | 100100100 | 1001001 | 110101 |
Color Harmonies of #C731DF
Complementary color
Monochromatic Colors of #C731DF
Black with #C731DF
Text Example
Text Example
White with #C731DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731DF; }
p { color: rgb(199,49,223); }
H1.HeaderClassName
{
color: #C731DF;
}
.AnyTagClassName
{
color: #C731DF;
}
</style>
background-color css
<style>
a { background-color: #C731DF; }
a { background-color: rgb(199,49,223); }
div.DivClassName
{
background-color: #C731DF;
}
.BgClassName
{
background-color: #C731DF;
}
</style>
border-color css
<style>
span { border-color: #C731DF; }
span { border-color: rgb(199,49,223); }
td.TdClassName
{
border-color: #C731DF;
}
.TagClassName
{
border-color: #C731DF;
}
</style>