Shades of Medium Orchid #C656F0
Tints of Medium Orchid #C656F0
RGB
CMYK
RGB Variations
Color information
#C656F0 (or 0xC656F0) is known color: Medium Orchid. HEX triplet: C6, 56 and F0. RGB value is (198,86,240). Sum of RGB (Red+Green+Blue) = 198+86+240=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #C656F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656F0 is #39A90F. Grayscale: #888888. Windows color (decimal): -3778832 or 15750854. OLE color: 15750854.
HSL color Cylindrical-coordinate representation of color #C656F0: hue angle of 283.64º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C656F0 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 86 | 240 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.06 |
| HSL | 283.64º | 0.84% | 0.64% | - |
| HSV(B) | 283.64º | 0.64% | 0.94% | - |
| XYZ | 42.34 | 24.95 | 85.02 | - |
| YUV | 137.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 240 | 0.18 | 0.64 | 0 | 0.06 | 283.64 | 0.84 | 0.64 |
| Hex | C6 | 56 | F0 | 12 | 40 | 0 | 6 | 11C | 54 | 40 |
| Octal | 306 | 126 | 360 | 22 | 100 | 0 | 6 | 434 | 124 | 100 |
| Binary | 11000110 | 1010110 | 11110000 | 10010 | 1000000 | 0 | 110 | 100011100 | 1010100 | 1000000 |
Color Harmonies of #C656F0
Complementary color
Monochromatic Colors of #C656F0
Black with #C656F0
Text Example
Text Example
White with #C656F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656F0; }
p { color: rgb(198,86,240); }
H1.HeaderClassName
{
color: #C656F0;
}
.AnyTagClassName
{
color: #C656F0;
}
</style>
background-color css
<style>
a { background-color: #C656F0; }
a { background-color: rgb(198,86,240); }
div.DivClassName
{
background-color: #C656F0;
}
.BgClassName
{
background-color: #C656F0;
}
</style>
border-color css
<style>
span { border-color: #C656F0; }
span { border-color: rgb(198,86,240); }
td.TdClassName
{
border-color: #C656F0;
}
.TagClassName
{
border-color: #C656F0;
}
</style>