Shades of Medium Orchid #C730EF
Tints of Medium Orchid #C730EF
RGB
CMYK
RGB Variations
Color information
#C730EF (or 0xC730EF) is known color: Medium Orchid. HEX triplet: C7, 30 and EF. RGB value is (199,48,239). Sum of RGB (Red+Green+Blue) = 199+48+239=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #C730EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730EF is #38CF10. Grayscale: #727272. Windows color (decimal): -3723025 or 15675591. OLE color: 15675591.
HSL color Cylindrical-coordinate representation of color #C730EF: hue angle of 287.43º 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 #C730EF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 48 | 239 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.06 |
| HSL | 287.43º | 0.86% | 0.56% | - |
| HSV(B) | 287.43º | 0.8% | 0.94% | - |
| XYZ | 40.19 | 20.49 | 83.5 | - |
| YUV | 114.92 | 198.03 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 239 | 0.17 | 0.80 | 0 | 0.06 | 287.43 | 0.86 | 0.56 |
| Hex | C7 | 30 | EF | 11 | 50 | 0 | 6 | 11F | 56 | 38 |
| Octal | 307 | 60 | 357 | 21 | 120 | 0 | 6 | 437 | 126 | 70 |
| Binary | 11000111 | 110000 | 11101111 | 10001 | 1010000 | 0 | 110 | 100011111 | 1010110 | 111000 |
Color Harmonies of #C730EF
Complementary color
Monochromatic Colors of #C730EF
Black with #C730EF
Text Example
Text Example
White with #C730EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730EF; }
p { color: rgb(199,48,239); }
H1.HeaderClassName
{
color: #C730EF;
}
.AnyTagClassName
{
color: #C730EF;
}
</style>
background-color css
<style>
a { background-color: #C730EF; }
a { background-color: rgb(199,48,239); }
div.DivClassName
{
background-color: #C730EF;
}
.BgClassName
{
background-color: #C730EF;
}
</style>
border-color css
<style>
span { border-color: #C730EF; }
span { border-color: rgb(199,48,239); }
td.TdClassName
{
border-color: #C730EF;
}
.TagClassName
{
border-color: #C730EF;
}
</style>