Shades of Medium Orchid #C559F0
Tints of Medium Orchid #C559F0
RGB
CMYK
RGB Variations
Color information
#C559F0 (or 0xC559F0) is known color: Medium Orchid. HEX triplet: C5, 59 and F0. RGB value is (197,89,240). Sum of RGB (Red+Green+Blue) = 197+89+240=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #C559F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C559F0 is #3AA60F. Grayscale: #8A8A8A. Windows color (decimal): -3843600 or 15751621. OLE color: 15751621.
HSL color Cylindrical-coordinate representation of color #C559F0: hue angle of 282.91º 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 #C559F0 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 89 | 240 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.06 |
| HSL | 282.91º | 0.83% | 0.65% | - |
| HSV(B) | 282.91º | 0.63% | 0.94% | - |
| XYZ | 42.33 | 25.31 | 85.09 | - |
| YUV | 138.51 | 185.28 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 240 | 0.18 | 0.63 | 0 | 0.06 | 282.91 | 0.83 | 0.65 |
| Hex | C5 | 59 | F0 | 12 | 3F | 0 | 6 | 11B | 53 | 41 |
| Octal | 305 | 131 | 360 | 22 | 77 | 0 | 6 | 433 | 123 | 101 |
| Binary | 11000101 | 1011001 | 11110000 | 10010 | 111111 | 0 | 110 | 100011011 | 1010011 | 1000001 |
Color Harmonies of #C559F0
Complementary color
Monochromatic Colors of #C559F0
Black with #C559F0
Text Example
Text Example
White with #C559F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559F0; }
p { color: rgb(197,89,240); }
H1.HeaderClassName
{
color: #C559F0;
}
.AnyTagClassName
{
color: #C559F0;
}
</style>
background-color css
<style>
a { background-color: #C559F0; }
a { background-color: rgb(197,89,240); }
div.DivClassName
{
background-color: #C559F0;
}
.BgClassName
{
background-color: #C559F0;
}
</style>
border-color css
<style>
span { border-color: #C559F0; }
span { border-color: rgb(197,89,240); }
td.TdClassName
{
border-color: #C559F0;
}
.TagClassName
{
border-color: #C559F0;
}
</style>