Shades of Medium Orchid #C059ED
Tints of Medium Orchid #C059ED
RGB
CMYK
RGB Variations
Color information
#C059ED (or 0xC059ED) is known color: Medium Orchid. HEX triplet: C0, 59 and ED. RGB value is (192,89,237). Sum of RGB (Red+Green+Blue) = 192+89+237=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #C059ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059ED is #3FA612. Grayscale: #888888. Windows color (decimal): -4171283 or 15555008. OLE color: 15555008.
HSL color Cylindrical-coordinate representation of color #C059ED: hue angle of 281.76º degrees, saturation: 0.8, 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 #C059ED is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 89 | 237 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.07 |
| HSL | 281.76º | 0.8% | 0.64% | - |
| HSV(B) | 281.76º | 0.62% | 0.93% | - |
| XYZ | 40.6 | 24.47 | 82.7 | - |
| YUV | 136.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 237 | 0.19 | 0.62 | 0 | 0.07 | 281.76 | 0.8 | 0.64 |
| Hex | C0 | 59 | ED | 13 | 3E | 0 | 7 | 11A | 50 | 40 |
| Octal | 300 | 131 | 355 | 23 | 76 | 0 | 7 | 432 | 120 | 100 |
| Binary | 11000000 | 1011001 | 11101101 | 10011 | 111110 | 0 | 111 | 100011010 | 1010000 | 1000000 |
Color Harmonies of #C059ED
Complementary color
Monochromatic Colors of #C059ED
Black with #C059ED
Text Example
Text Example
White with #C059ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059ED; }
p { color: rgb(192,89,237); }
H1.HeaderClassName
{
color: #C059ED;
}
.AnyTagClassName
{
color: #C059ED;
}
</style>
background-color css
<style>
a { background-color: #C059ED; }
a { background-color: rgb(192,89,237); }
div.DivClassName
{
background-color: #C059ED;
}
.BgClassName
{
background-color: #C059ED;
}
</style>
border-color css
<style>
span { border-color: #C059ED; }
span { border-color: rgb(192,89,237); }
td.TdClassName
{
border-color: #C059ED;
}
.TagClassName
{
border-color: #C059ED;
}
</style>