Shades of Medium Orchid #C039EC
Tints of Medium Orchid #C039EC
RGB
CMYK
RGB Variations
Color information
#C039EC (or 0xC039EC) is known color: Medium Orchid. HEX triplet: C0, 39 and EC. RGB value is (192,57,236). Sum of RGB (Red+Green+Blue) = 192+57+236=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #C039EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039EC is #3FC613. Grayscale: #757575. Windows color (decimal): -4179476 or 15481280. OLE color: 15481280.
HSL color Cylindrical-coordinate representation of color #C039EC: hue angle of 285.25º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C039EC is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 57 | 236 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.07 |
| HSL | 285.25º | 0.82% | 0.57% | - |
| HSV(B) | 285.25º | 0.76% | 0.93% | - |
| XYZ | 38.34 | 20.19 | 81.23 | - |
| YUV | 117.77 | 194.73 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 236 | 0.19 | 0.76 | 0 | 0.07 | 285.25 | 0.82 | 0.57 |
| Hex | C0 | 39 | EC | 13 | 4C | 0 | 7 | 11D | 52 | 39 |
| Octal | 300 | 71 | 354 | 23 | 114 | 0 | 7 | 435 | 122 | 71 |
| Binary | 11000000 | 111001 | 11101100 | 10011 | 1001100 | 0 | 111 | 100011101 | 1010010 | 111001 |
Color Harmonies of #C039EC
Complementary color
Monochromatic Colors of #C039EC
Black with #C039EC
Text Example
Text Example
White with #C039EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039EC; }
p { color: rgb(192,57,236); }
H1.HeaderClassName
{
color: #C039EC;
}
.AnyTagClassName
{
color: #C039EC;
}
</style>
background-color css
<style>
a { background-color: #C039EC; }
a { background-color: rgb(192,57,236); }
div.DivClassName
{
background-color: #C039EC;
}
.BgClassName
{
background-color: #C039EC;
}
</style>
border-color css
<style>
span { border-color: #C039EC; }
span { border-color: rgb(192,57,236); }
td.TdClassName
{
border-color: #C039EC;
}
.TagClassName
{
border-color: #C039EC;
}
</style>