Shades of Medium Orchid #C656E7
Tints of Medium Orchid #C656E7
RGB
CMYK
RGB Variations
Color information
#C656E7 (or 0xC656E7) is known color: Medium Orchid. HEX triplet: C6, 56 and E7. RGB value is (198,86,231). Sum of RGB (Red+Green+Blue) = 198+86+231=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #C656E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C656E7 is #39A918. Grayscale: #878787. Windows color (decimal): -3778841 or 15161030. OLE color: 15161030.
HSL color Cylindrical-coordinate representation of color #C656E7: hue angle of 286.34º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C656E7 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 86 | 231 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.09 |
| HSL | 286.34º | 0.75% | 0.62% | - |
| HSV(B) | 286.34º | 0.63% | 0.91% | - |
| XYZ | 41.04 | 24.43 | 78.15 | - |
| YUV | 136.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 231 | 0.14 | 0.63 | 0 | 0.09 | 286.34 | 0.75 | 0.62 |
| Hex | C6 | 56 | E7 | E | 3F | 0 | 9 | 11E | 4B | 3E |
| Octal | 306 | 126 | 347 | 16 | 77 | 0 | 11 | 436 | 113 | 76 |
| Binary | 11000110 | 1010110 | 11100111 | 1110 | 111111 | 0 | 1001 | 100011110 | 1001011 | 111110 |
Color Harmonies of #C656E7
Complementary color
Monochromatic Colors of #C656E7
Black with #C656E7
Text Example
Text Example
White with #C656E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656E7; }
p { color: rgb(198,86,231); }
H1.HeaderClassName
{
color: #C656E7;
}
.AnyTagClassName
{
color: #C656E7;
}
</style>
background-color css
<style>
a { background-color: #C656E7; }
a { background-color: rgb(198,86,231); }
div.DivClassName
{
background-color: #C656E7;
}
.BgClassName
{
background-color: #C656E7;
}
</style>
border-color css
<style>
span { border-color: #C656E7; }
span { border-color: rgb(198,86,231); }
td.TdClassName
{
border-color: #C656E7;
}
.TagClassName
{
border-color: #C656E7;
}
</style>