Shades of Medium Orchid #C731D7
Tints of Medium Orchid #C731D7
RGB
CMYK
RGB Variations
Color information
#C731D7 (or 0xC731D7) is known color: Medium Orchid. HEX triplet: C7, 31 and D7. RGB value is (199,49,215). Sum of RGB (Red+Green+Blue) = 199+49+215=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #C731D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731D7 is #38CE28. Grayscale: #707070. Windows color (decimal): -3722793 or 14102983. OLE color: 14102983.
HSL color Cylindrical-coordinate representation of color #C731D7: hue angle of 294.22º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C731D7 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 49 | 215 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.16 |
| HSL | 294.22º | 0.67% | 0.52% | - |
| HSV(B) | 294.22º | 0.77% | 0.84% | - |
| XYZ | 36.92 | 19.25 | 66.06 | - |
| YUV | 112.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 215 | 0.07 | 0.77 | 0 | 0.16 | 294.22 | 0.67 | 0.52 |
| Hex | C7 | 31 | D7 | 7 | 4D | 0 | 10 | 126 | 43 | 34 |
| Octal | 307 | 61 | 327 | 7 | 115 | 0 | 20 | 446 | 103 | 64 |
| Binary | 11000111 | 110001 | 11010111 | 111 | 1001101 | 0 | 10000 | 100100110 | 1000011 | 110100 |
Color Harmonies of #C731D7
Complementary color
Monochromatic Colors of #C731D7
Black with #C731D7
Text Example
Text Example
White with #C731D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731D7; }
p { color: rgb(199,49,215); }
H1.HeaderClassName
{
color: #C731D7;
}
.AnyTagClassName
{
color: #C731D7;
}
</style>
background-color css
<style>
a { background-color: #C731D7; }
a { background-color: rgb(199,49,215); }
div.DivClassName
{
background-color: #C731D7;
}
.BgClassName
{
background-color: #C731D7;
}
</style>
border-color css
<style>
span { border-color: #C731D7; }
span { border-color: rgb(199,49,215); }
td.TdClassName
{
border-color: #C731D7;
}
.TagClassName
{
border-color: #C731D7;
}
</style>