Shades of Medium Orchid #C560F0
Tints of Medium Orchid #C560F0
RGB
CMYK
RGB Variations
Color information
#C560F0 (or 0xC560F0) is known color: Medium Orchid. HEX triplet: C5, 60 and F0. RGB value is (197,96,240). Sum of RGB (Red+Green+Blue) = 197+96+240=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #C560F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560F0 is #3A9F0F. Grayscale: #8E8E8E. Windows color (decimal): -3841808 or 15753413. OLE color: 15753413.
HSL color Cylindrical-coordinate representation of color #C560F0: hue angle of 282.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C560F0 is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 96 | 240 | - |
| CMYK | 0.18 | 0.6 | 0 | 0.06 |
| HSL | 282.08º | 0.83% | 0.66% | - |
| HSV(B) | 282.08º | 0.6% | 0.94% | - |
| XYZ | 42.94 | 26.53 | 85.3 | - |
| YUV | 142.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 240 | 0.18 | 0.6 | 0 | 0.06 | 282.08 | 0.83 | 0.66 |
| Hex | C5 | 60 | F0 | 12 | 3C | 0 | 6 | 11A | 53 | 42 |
| Octal | 305 | 140 | 360 | 22 | 74 | 0 | 6 | 432 | 123 | 102 |
| Binary | 11000101 | 1100000 | 11110000 | 10010 | 111100 | 0 | 110 | 100011010 | 1010011 | 1000010 |
Color Harmonies of #C560F0
Complementary color
Monochromatic Colors of #C560F0
Black with #C560F0
Text Example
Text Example
White with #C560F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560F0; }
p { color: rgb(197,96,240); }
H1.HeaderClassName
{
color: #C560F0;
}
.AnyTagClassName
{
color: #C560F0;
}
</style>
background-color css
<style>
a { background-color: #C560F0; }
a { background-color: rgb(197,96,240); }
div.DivClassName
{
background-color: #C560F0;
}
.BgClassName
{
background-color: #C560F0;
}
</style>
border-color css
<style>
span { border-color: #C560F0; }
span { border-color: rgb(197,96,240); }
td.TdClassName
{
border-color: #C560F0;
}
.TagClassName
{
border-color: #C560F0;
}
</style>