Shades of Medium Orchid #C656EB
Tints of Medium Orchid #C656EB
RGB
CMYK
RGB Variations
Color information
#C656EB (or 0xC656EB) is known color: Medium Orchid. HEX triplet: C6, 56 and EB. RGB value is (198,86,235). Sum of RGB (Red+Green+Blue) = 198+86+235=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #C656EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656EB is #39A914. Grayscale: #878787. Windows color (decimal): -3778837 or 15423174. OLE color: 15423174.
HSL color Cylindrical-coordinate representation of color #C656EB: hue angle of 285.1º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C656EB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 86 | 235 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.08 |
| HSL | 285.1º | 0.79% | 0.63% | - |
| HSV(B) | 285.1º | 0.63% | 0.92% | - |
| XYZ | 41.61 | 24.66 | 81.16 | - |
| YUV | 136.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 235 | 0.16 | 0.63 | 0 | 0.08 | 285.1 | 0.79 | 0.63 |
| Hex | C6 | 56 | EB | 10 | 3F | 0 | 8 | 11D | 4F | 3F |
| Octal | 306 | 126 | 353 | 20 | 77 | 0 | 10 | 435 | 117 | 77 |
| Binary | 11000110 | 1010110 | 11101011 | 10000 | 111111 | 0 | 1000 | 100011101 | 1001111 | 111111 |
Color Harmonies of #C656EB
Complementary color
Monochromatic Colors of #C656EB
Black with #C656EB
Text Example
Text Example
White with #C656EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656EB; }
p { color: rgb(198,86,235); }
H1.HeaderClassName
{
color: #C656EB;
}
.AnyTagClassName
{
color: #C656EB;
}
</style>
background-color css
<style>
a { background-color: #C656EB; }
a { background-color: rgb(198,86,235); }
div.DivClassName
{
background-color: #C656EB;
}
.BgClassName
{
background-color: #C656EB;
}
</style>
border-color css
<style>
span { border-color: #C656EB; }
span { border-color: rgb(198,86,235); }
td.TdClassName
{
border-color: #C656EB;
}
.TagClassName
{
border-color: #C656EB;
}
</style>