Shades of Medium Orchid #C656EF
Tints of Medium Orchid #C656EF
RGB
CMYK
RGB Variations
Color information
#C656EF (or 0xC656EF) is known color: Medium Orchid. HEX triplet: C6, 56 and EF. RGB value is (198,86,239). Sum of RGB (Red+Green+Blue) = 198+86+239=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #C656EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656EF is #39A910. Grayscale: #888888. Windows color (decimal): -3778833 or 15685318. OLE color: 15685318.
HSL color Cylindrical-coordinate representation of color #C656EF: hue angle of 283.92º degrees, saturation: 0.83, 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 #C656EF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 86 | 239 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.06 |
| HSL | 283.92º | 0.83% | 0.64% | - |
| HSV(B) | 283.92º | 0.64% | 0.94% | - |
| XYZ | 42.2 | 24.89 | 84.24 | - |
| YUV | 136.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 239 | 0.17 | 0.64 | 0 | 0.06 | 283.92 | 0.83 | 0.64 |
| Hex | C6 | 56 | EF | 11 | 40 | 0 | 6 | 11C | 53 | 40 |
| Octal | 306 | 126 | 357 | 21 | 100 | 0 | 6 | 434 | 123 | 100 |
| Binary | 11000110 | 1010110 | 11101111 | 10001 | 1000000 | 0 | 110 | 100011100 | 1010011 | 1000000 |
Color Harmonies of #C656EF
Complementary color
Monochromatic Colors of #C656EF
Black with #C656EF
Text Example
Text Example
White with #C656EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656EF; }
p { color: rgb(198,86,239); }
H1.HeaderClassName
{
color: #C656EF;
}
.AnyTagClassName
{
color: #C656EF;
}
</style>
background-color css
<style>
a { background-color: #C656EF; }
a { background-color: rgb(198,86,239); }
div.DivClassName
{
background-color: #C656EF;
}
.BgClassName
{
background-color: #C656EF;
}
</style>
border-color css
<style>
span { border-color: #C656EF; }
span { border-color: rgb(198,86,239); }
td.TdClassName
{
border-color: #C656EF;
}
.TagClassName
{
border-color: #C656EF;
}
</style>