Shades of Medium Orchid #C730F0
Tints of Medium Orchid #C730F0
RGB
CMYK
RGB Variations
Color information
#C730F0 (or 0xC730F0) is known color: Medium Orchid. HEX triplet: C7, 30 and F0. RGB value is (199,48,240). Sum of RGB (Red+Green+Blue) = 199+48+240=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #C730F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730F0 is #38CF0F. Grayscale: #727272. Windows color (decimal): -3723024 or 15741127. OLE color: 15741127.
HSL color Cylindrical-coordinate representation of color #C730F0: hue angle of 287.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C730F0 is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 48 | 240 | - |
| CMYK | 0.17 | 0.8 | 0 | 0.06 |
| HSL | 287.19º | 0.86% | 0.56% | - |
| HSV(B) | 287.19º | 0.8% | 0.94% | - |
| XYZ | 40.34 | 20.55 | 84.28 | - |
| YUV | 115.04 | 198.53 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 240 | 0.17 | 0.8 | 0 | 0.06 | 287.19 | 0.86 | 0.56 |
| Hex | C7 | 30 | F0 | 11 | 50 | 0 | 6 | 11F | 56 | 38 |
| Octal | 307 | 60 | 360 | 21 | 120 | 0 | 6 | 437 | 126 | 70 |
| Binary | 11000111 | 110000 | 11110000 | 10001 | 1010000 | 0 | 110 | 100011111 | 1010110 | 111000 |
Color Harmonies of #C730F0
Complementary color
Monochromatic Colors of #C730F0
Black with #C730F0
Text Example
Text Example
White with #C730F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730F0; }
p { color: rgb(199,48,240); }
H1.HeaderClassName
{
color: #C730F0;
}
.AnyTagClassName
{
color: #C730F0;
}
</style>
background-color css
<style>
a { background-color: #C730F0; }
a { background-color: rgb(199,48,240); }
div.DivClassName
{
background-color: #C730F0;
}
.BgClassName
{
background-color: #C730F0;
}
</style>
border-color css
<style>
span { border-color: #C730F0; }
span { border-color: rgb(199,48,240); }
td.TdClassName
{
border-color: #C730F0;
}
.TagClassName
{
border-color: #C730F0;
}
</style>