Shades of Medium Orchid #C059EC
Tints of Medium Orchid #C059EC
RGB
CMYK
RGB Variations
Color information
#C059EC (or 0xC059EC) is known color: Medium Orchid. HEX triplet: C0, 59 and EC. RGB value is (192,89,236). Sum of RGB (Red+Green+Blue) = 192+89+236=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #C059EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059EC is #3FA613. Grayscale: #888888. Windows color (decimal): -4171284 or 15489472. OLE color: 15489472.
HSL color Cylindrical-coordinate representation of color #C059EC: hue angle of 282.04º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C059EC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 89 | 236 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.07 |
| HSL | 282.04º | 0.79% | 0.64% | - |
| HSV(B) | 282.04º | 0.62% | 0.93% | - |
| XYZ | 40.45 | 24.41 | 81.94 | - |
| YUV | 136.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 236 | 0.19 | 0.62 | 0 | 0.07 | 282.04 | 0.79 | 0.64 |
| Hex | C0 | 59 | EC | 13 | 3E | 0 | 7 | 11A | 4F | 40 |
| Octal | 300 | 131 | 354 | 23 | 76 | 0 | 7 | 432 | 117 | 100 |
| Binary | 11000000 | 1011001 | 11101100 | 10011 | 111110 | 0 | 111 | 100011010 | 1001111 | 1000000 |
Color Harmonies of #C059EC
Complementary color
Monochromatic Colors of #C059EC
Black with #C059EC
Text Example
Text Example
White with #C059EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059EC; }
p { color: rgb(192,89,236); }
H1.HeaderClassName
{
color: #C059EC;
}
.AnyTagClassName
{
color: #C059EC;
}
</style>
background-color css
<style>
a { background-color: #C059EC; }
a { background-color: rgb(192,89,236); }
div.DivClassName
{
background-color: #C059EC;
}
.BgClassName
{
background-color: #C059EC;
}
</style>
border-color css
<style>
span { border-color: #C059EC; }
span { border-color: rgb(192,89,236); }
td.TdClassName
{
border-color: #C059EC;
}
.TagClassName
{
border-color: #C059EC;
}
</style>