Shades of Medium Orchid #C656F6
Tints of Medium Orchid #C656F6
RGB
CMYK
RGB Variations
Color information
#C656F6 (or 0xC656F6) is known color: Medium Orchid. HEX triplet: C6, 56 and F6. RGB value is (198,86,246). Sum of RGB (Red+Green+Blue) = 198+86+246=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #C656F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656F6 is #39A909. Grayscale: #898989. Windows color (decimal): -3778826 or 16144070. OLE color: 16144070.
HSL color Cylindrical-coordinate representation of color #C656F6: hue angle of 282º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C656F6 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 86 | 246 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.04 |
| HSL | 282º | 0.9% | 0.65% | - |
| HSV(B) | 282º | 0.65% | 0.96% | - |
| XYZ | 43.25 | 25.32 | 89.8 | - |
| YUV | 137.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 246 | 0.20 | 0.65 | 0 | 0.04 | 282 | 0.9 | 0.65 |
| Hex | C6 | 56 | F6 | 14 | 41 | 0 | 4 | 11A | 5A | 41 |
| Octal | 306 | 126 | 366 | 24 | 101 | 0 | 4 | 432 | 132 | 101 |
| Binary | 11000110 | 1010110 | 11110110 | 10100 | 1000001 | 0 | 100 | 100011010 | 1011010 | 1000001 |
Color Harmonies of #C656F6
Complementary color
Monochromatic Colors of #C656F6
Black with #C656F6
Text Example
Text Example
White with #C656F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656F6; }
p { color: rgb(198,86,246); }
H1.HeaderClassName
{
color: #C656F6;
}
.AnyTagClassName
{
color: #C656F6;
}
</style>
background-color css
<style>
a { background-color: #C656F6; }
a { background-color: rgb(198,86,246); }
div.DivClassName
{
background-color: #C656F6;
}
.BgClassName
{
background-color: #C656F6;
}
</style>
border-color css
<style>
span { border-color: #C656F6; }
span { border-color: rgb(198,86,246); }
td.TdClassName
{
border-color: #C656F6;
}
.TagClassName
{
border-color: #C656F6;
}
</style>