Shades of Medium Orchid #C730ED
Tints of Medium Orchid #C730ED
RGB
CMYK
RGB Variations
Color information
#C730ED (or 0xC730ED) is known color: Medium Orchid. HEX triplet: C7, 30 and ED. RGB value is (199,48,237). Sum of RGB (Red+Green+Blue) = 199+48+237=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #C730ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730ED is #38CF12. Grayscale: #727272. Windows color (decimal): -3723027 or 15544519. OLE color: 15544519.
HSL color Cylindrical-coordinate representation of color #C730ED: hue angle of 287.94º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C730ED is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 48 | 237 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.07 |
| HSL | 287.94º | 0.84% | 0.56% | - |
| HSV(B) | 287.94º | 0.8% | 0.93% | - |
| XYZ | 39.9 | 20.37 | 81.95 | - |
| YUV | 114.7 | 197.03 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 237 | 0.16 | 0.80 | 0 | 0.07 | 287.94 | 0.84 | 0.56 |
| Hex | C7 | 30 | ED | 10 | 50 | 0 | 7 | 120 | 54 | 38 |
| Octal | 307 | 60 | 355 | 20 | 120 | 0 | 7 | 440 | 124 | 70 |
| Binary | 11000111 | 110000 | 11101101 | 10000 | 1010000 | 0 | 111 | 100100000 | 1010100 | 111000 |
Color Harmonies of #C730ED
Complementary color
Monochromatic Colors of #C730ED
Black with #C730ED
Text Example
Text Example
White with #C730ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730ED; }
p { color: rgb(199,48,237); }
H1.HeaderClassName
{
color: #C730ED;
}
.AnyTagClassName
{
color: #C730ED;
}
</style>
background-color css
<style>
a { background-color: #C730ED; }
a { background-color: rgb(199,48,237); }
div.DivClassName
{
background-color: #C730ED;
}
.BgClassName
{
background-color: #C730ED;
}
</style>
border-color css
<style>
span { border-color: #C730ED; }
span { border-color: rgb(199,48,237); }
td.TdClassName
{
border-color: #C730ED;
}
.TagClassName
{
border-color: #C730ED;
}
</style>