Shades of Medium Orchid #C730DF
Tints of Medium Orchid #C730DF
RGB
CMYK
RGB Variations
Color information
#C730DF (or 0xC730DF) is known color: Medium Orchid. HEX triplet: C7, 30 and DF. RGB value is (199,48,223). Sum of RGB (Red+Green+Blue) = 199+48+223=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #C730DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730DF is #38CF20. Grayscale: #707070. Windows color (decimal): -3723041 or 14627015. OLE color: 14627015.
HSL color Cylindrical-coordinate representation of color #C730DF: hue angle of 291.77º 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 #C730DF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 48 | 223 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.13 |
| HSL | 291.77º | 0.73% | 0.53% | - |
| HSV(B) | 291.77º | 0.78% | 0.87% | - |
| XYZ | 37.93 | 19.58 | 71.59 | - |
| YUV | 113.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 223 | 0.11 | 0.78 | 0 | 0.13 | 291.77 | 0.73 | 0.53 |
| Hex | C7 | 30 | DF | B | 4E | 0 | D | 124 | 49 | 35 |
| Octal | 307 | 60 | 337 | 13 | 116 | 0 | 15 | 444 | 111 | 65 |
| Binary | 11000111 | 110000 | 11011111 | 1011 | 1001110 | 0 | 1101 | 100100100 | 1001001 | 110101 |
Color Harmonies of #C730DF
Complementary color
Monochromatic Colors of #C730DF
Black with #C730DF
Text Example
Text Example
White with #C730DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730DF; }
p { color: rgb(199,48,223); }
H1.HeaderClassName
{
color: #C730DF;
}
.AnyTagClassName
{
color: #C730DF;
}
</style>
background-color css
<style>
a { background-color: #C730DF; }
a { background-color: rgb(199,48,223); }
div.DivClassName
{
background-color: #C730DF;
}
.BgClassName
{
background-color: #C730DF;
}
</style>
border-color css
<style>
span { border-color: #C730DF; }
span { border-color: rgb(199,48,223); }
td.TdClassName
{
border-color: #C730DF;
}
.TagClassName
{
border-color: #C730DF;
}
</style>