Shades of Medium Orchid #C730EA
Tints of Medium Orchid #C730EA
RGB
CMYK
RGB Variations
Color information
#C730EA (or 0xC730EA) is known color: Medium Orchid. HEX triplet: C7, 30 and EA. RGB value is (199,48,234). Sum of RGB (Red+Green+Blue) = 199+48+234=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #C730EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730EA is #38CF15. Grayscale: #717171. Windows color (decimal): -3723030 or 15347911. OLE color: 15347911.
HSL color Cylindrical-coordinate representation of color #C730EA: hue angle of 288.71º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C730EA is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 48 | 234 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.08 |
| HSL | 288.71º | 0.82% | 0.55% | - |
| HSV(B) | 288.71º | 0.79% | 0.92% | - |
| XYZ | 39.46 | 20.2 | 79.66 | - |
| YUV | 114.35 | 195.53 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 234 | 0.15 | 0.79 | 0 | 0.08 | 288.71 | 0.82 | 0.55 |
| Hex | C7 | 30 | EA | F | 4F | 0 | 8 | 121 | 52 | 37 |
| Octal | 307 | 60 | 352 | 17 | 117 | 0 | 10 | 441 | 122 | 67 |
| Binary | 11000111 | 110000 | 11101010 | 1111 | 1001111 | 0 | 1000 | 100100001 | 1010010 | 110111 |
Color Harmonies of #C730EA
Complementary color
Monochromatic Colors of #C730EA
Black with #C730EA
Text Example
Text Example
White with #C730EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730EA; }
p { color: rgb(199,48,234); }
H1.HeaderClassName
{
color: #C730EA;
}
.AnyTagClassName
{
color: #C730EA;
}
</style>
background-color css
<style>
a { background-color: #C730EA; }
a { background-color: rgb(199,48,234); }
div.DivClassName
{
background-color: #C730EA;
}
.BgClassName
{
background-color: #C730EA;
}
</style>
border-color css
<style>
span { border-color: #C730EA; }
span { border-color: rgb(199,48,234); }
td.TdClassName
{
border-color: #C730EA;
}
.TagClassName
{
border-color: #C730EA;
}
</style>