Shades of Medium Orchid #C656F1
Tints of Medium Orchid #C656F1
RGB
CMYK
RGB Variations
Color information
#C656F1 (or 0xC656F1) is known color: Medium Orchid. HEX triplet: C6, 56 and F1. RGB value is (198,86,241). Sum of RGB (Red+Green+Blue) = 198+86+241=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #C656F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656F1 is #39A90E. Grayscale: #888888. Windows color (decimal): -3778831 or 15816390. OLE color: 15816390.
HSL color Cylindrical-coordinate representation of color #C656F1: hue angle of 283.35º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C656F1 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 86 | 241 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.05 |
| HSL | 283.35º | 0.85% | 0.64% | - |
| HSV(B) | 283.35º | 0.64% | 0.95% | - |
| XYZ | 42.49 | 25.01 | 85.81 | - |
| YUV | 137.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 241 | 0.18 | 0.64 | 0 | 0.05 | 283.35 | 0.85 | 0.64 |
| Hex | C6 | 56 | F1 | 12 | 40 | 0 | 5 | 11B | 55 | 40 |
| Octal | 306 | 126 | 361 | 22 | 100 | 0 | 5 | 433 | 125 | 100 |
| Binary | 11000110 | 1010110 | 11110001 | 10010 | 1000000 | 0 | 101 | 100011011 | 1010101 | 1000000 |
Color Harmonies of #C656F1
Complementary color
Monochromatic Colors of #C656F1
Black with #C656F1
Text Example
Text Example
White with #C656F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656F1; }
p { color: rgb(198,86,241); }
H1.HeaderClassName
{
color: #C656F1;
}
.AnyTagClassName
{
color: #C656F1;
}
</style>
background-color css
<style>
a { background-color: #C656F1; }
a { background-color: rgb(198,86,241); }
div.DivClassName
{
background-color: #C656F1;
}
.BgClassName
{
background-color: #C656F1;
}
</style>
border-color css
<style>
span { border-color: #C656F1; }
span { border-color: rgb(198,86,241); }
td.TdClassName
{
border-color: #C656F1;
}
.TagClassName
{
border-color: #C656F1;
}
</style>