Shades of Medium Orchid #C059F0
Tints of Medium Orchid #C059F0
RGB
CMYK
RGB Variations
Color information
#C059F0 (or 0xC059F0) is known color: Medium Orchid. HEX triplet: C0, 59 and F0. RGB value is (192,89,240). Sum of RGB (Red+Green+Blue) = 192+89+240=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #C059F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059F0 is #3FA60F. Grayscale: #888888. Windows color (decimal): -4171280 or 15751616. OLE color: 15751616.
HSL color Cylindrical-coordinate representation of color #C059F0: hue angle of 280.93º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C059F0 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 89 | 240 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.06 |
| HSL | 280.93º | 0.83% | 0.65% | - |
| HSV(B) | 280.93º | 0.63% | 0.94% | - |
| XYZ | 41.04 | 24.64 | 85.03 | - |
| YUV | 137.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 240 | 0.20 | 0.63 | 0 | 0.06 | 280.93 | 0.83 | 0.65 |
| Hex | C0 | 59 | F0 | 14 | 3F | 0 | 6 | 119 | 53 | 41 |
| Octal | 300 | 131 | 360 | 24 | 77 | 0 | 6 | 431 | 123 | 101 |
| Binary | 11000000 | 1011001 | 11110000 | 10100 | 111111 | 0 | 110 | 100011001 | 1010011 | 1000001 |
Color Harmonies of #C059F0
Complementary color
Monochromatic Colors of #C059F0
Black with #C059F0
Text Example
Text Example
White with #C059F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059F0; }
p { color: rgb(192,89,240); }
H1.HeaderClassName
{
color: #C059F0;
}
.AnyTagClassName
{
color: #C059F0;
}
</style>
background-color css
<style>
a { background-color: #C059F0; }
a { background-color: rgb(192,89,240); }
div.DivClassName
{
background-color: #C059F0;
}
.BgClassName
{
background-color: #C059F0;
}
</style>
border-color css
<style>
span { border-color: #C059F0; }
span { border-color: rgb(192,89,240); }
td.TdClassName
{
border-color: #C059F0;
}
.TagClassName
{
border-color: #C059F0;
}
</style>