Shades of Medium Orchid #C730EB
Tints of Medium Orchid #C730EB
RGB
CMYK
RGB Variations
Color information
#C730EB (or 0xC730EB) is known color: Medium Orchid. HEX triplet: C7, 30 and EB. RGB value is (199,48,235). Sum of RGB (Red+Green+Blue) = 199+48+235=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #C730EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730EB is #38CF14. Grayscale: #717171. Windows color (decimal): -3723029 or 15413447. OLE color: 15413447.
HSL color Cylindrical-coordinate representation of color #C730EB: hue angle of 288.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C730EB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 48 | 235 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.08 |
| HSL | 288.45º | 0.82% | 0.55% | - |
| HSV(B) | 288.45º | 0.8% | 0.92% | - |
| XYZ | 39.61 | 20.25 | 80.42 | - |
| YUV | 114.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 235 | 0.15 | 0.80 | 0 | 0.08 | 288.45 | 0.82 | 0.55 |
| Hex | C7 | 30 | EB | F | 50 | 0 | 8 | 120 | 52 | 37 |
| Octal | 307 | 60 | 353 | 17 | 120 | 0 | 10 | 440 | 122 | 67 |
| Binary | 11000111 | 110000 | 11101011 | 1111 | 1010000 | 0 | 1000 | 100100000 | 1010010 | 110111 |
Color Harmonies of #C730EB
Complementary color
Monochromatic Colors of #C730EB
Black with #C730EB
Text Example
Text Example
White with #C730EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730EB; }
p { color: rgb(199,48,235); }
H1.HeaderClassName
{
color: #C730EB;
}
.AnyTagClassName
{
color: #C730EB;
}
</style>
background-color css
<style>
a { background-color: #C730EB; }
a { background-color: rgb(199,48,235); }
div.DivClassName
{
background-color: #C730EB;
}
.BgClassName
{
background-color: #C730EB;
}
</style>
border-color css
<style>
span { border-color: #C730EB; }
span { border-color: rgb(199,48,235); }
td.TdClassName
{
border-color: #C730EB;
}
.TagClassName
{
border-color: #C730EB;
}
</style>