Shades of Medium Orchid #C730F1
Tints of Medium Orchid #C730F1
RGB
CMYK
RGB Variations
Color information
#C730F1 (or 0xC730F1) is known color: Medium Orchid. HEX triplet: C7, 30 and F1. RGB value is (199,48,241). Sum of RGB (Red+Green+Blue) = 199+48+241=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #C730F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730F1 is #38CF0E. Grayscale: #727272. Windows color (decimal): -3723023 or 15806663. OLE color: 15806663.
HSL color Cylindrical-coordinate representation of color #C730F1: hue angle of 286.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C730F1 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 48 | 241 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.05 |
| HSL | 286.94º | 0.87% | 0.57% | - |
| HSV(B) | 286.94º | 0.8% | 0.95% | - |
| XYZ | 40.49 | 20.61 | 85.06 | - |
| YUV | 115.15 | 199.03 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 241 | 0.17 | 0.80 | 0 | 0.05 | 286.94 | 0.87 | 0.57 |
| Hex | C7 | 30 | F1 | 11 | 50 | 0 | 5 | 11F | 57 | 39 |
| Octal | 307 | 60 | 361 | 21 | 120 | 0 | 5 | 437 | 127 | 71 |
| Binary | 11000111 | 110000 | 11110001 | 10001 | 1010000 | 0 | 101 | 100011111 | 1010111 | 111001 |
Color Harmonies of #C730F1
Complementary color
Monochromatic Colors of #C730F1
Black with #C730F1
Text Example
Text Example
White with #C730F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730F1; }
p { color: rgb(199,48,241); }
H1.HeaderClassName
{
color: #C730F1;
}
.AnyTagClassName
{
color: #C730F1;
}
</style>
background-color css
<style>
a { background-color: #C730F1; }
a { background-color: rgb(199,48,241); }
div.DivClassName
{
background-color: #C730F1;
}
.BgClassName
{
background-color: #C730F1;
}
</style>
border-color css
<style>
span { border-color: #C730F1; }
span { border-color: rgb(199,48,241); }
td.TdClassName
{
border-color: #C730F1;
}
.TagClassName
{
border-color: #C730F1;
}
</style>