Shades of Medium Orchid #C731D9
Tints of Medium Orchid #C731D9
RGB
CMYK
RGB Variations
Color information
#C731D9 (or 0xC731D9) is known color: Medium Orchid. HEX triplet: C7, 31 and D9. RGB value is (199,49,217). Sum of RGB (Red+Green+Blue) = 199+49+217=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #C731D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731D9 is #38CE26. Grayscale: #707070. Windows color (decimal): -3722791 or 14234055. OLE color: 14234055.
HSL color Cylindrical-coordinate representation of color #C731D9: hue angle of 293.57º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C731D9 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 49 | 217 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.15 |
| HSL | 293.57º | 0.69% | 0.52% | - |
| HSV(B) | 293.57º | 0.77% | 0.85% | - |
| XYZ | 37.18 | 19.35 | 67.42 | - |
| YUV | 113 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 217 | 0.08 | 0.77 | 0 | 0.15 | 293.57 | 0.69 | 0.52 |
| Hex | C7 | 31 | D9 | 8 | 4D | 0 | F | 126 | 45 | 34 |
| Octal | 307 | 61 | 331 | 10 | 115 | 0 | 17 | 446 | 105 | 64 |
| Binary | 11000111 | 110001 | 11011001 | 1000 | 1001101 | 0 | 1111 | 100100110 | 1000101 | 110100 |
Color Harmonies of #C731D9
Complementary color
Monochromatic Colors of #C731D9
Black with #C731D9
Text Example
Text Example
White with #C731D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731D9; }
p { color: rgb(199,49,217); }
H1.HeaderClassName
{
color: #C731D9;
}
.AnyTagClassName
{
color: #C731D9;
}
</style>
background-color css
<style>
a { background-color: #C731D9; }
a { background-color: rgb(199,49,217); }
div.DivClassName
{
background-color: #C731D9;
}
.BgClassName
{
background-color: #C731D9;
}
</style>
border-color css
<style>
span { border-color: #C731D9; }
span { border-color: rgb(199,49,217); }
td.TdClassName
{
border-color: #C731D9;
}
.TagClassName
{
border-color: #C731D9;
}
</style>