Shades of Medium Orchid #C656DC
Tints of Medium Orchid #C656DC
RGB
CMYK
RGB Variations
Color information
#C656DC (or 0xC656DC) is known color: Medium Orchid. HEX triplet: C6, 56 and DC. RGB value is (198,86,220). Sum of RGB (Red+Green+Blue) = 198+86+220=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #C656DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656DC is #39A923. Grayscale: #868686. Windows color (decimal): -3778852 or 14440134. OLE color: 14440134.
HSL color Cylindrical-coordinate representation of color #C656DC: hue angle of 290.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C656DC is Cyan = 0.1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 86 | 220 | - |
| CMYK | 0.1 | 0.61 | 0 | 0.14 |
| HSL | 290.15º | 0.66% | 0.6% | - |
| HSV(B) | 290.15º | 0.61% | 0.86% | - |
| XYZ | 39.53 | 23.83 | 70.23 | - |
| YUV | 134.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 220 | 0.1 | 0.61 | 0 | 0.14 | 290.15 | 0.66 | 0.6 |
| Hex | C6 | 56 | DC | A | 3D | 0 | E | 122 | 42 | 3C |
| Octal | 306 | 126 | 334 | 12 | 75 | 0 | 16 | 442 | 102 | 74 |
| Binary | 11000110 | 1010110 | 11011100 | 1010 | 111101 | 0 | 1110 | 100100010 | 1000010 | 111100 |
Color Harmonies of #C656DC
Complementary color
Monochromatic Colors of #C656DC
Black with #C656DC
Text Example
Text Example
White with #C656DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656DC; }
p { color: rgb(198,86,220); }
H1.HeaderClassName
{
color: #C656DC;
}
.AnyTagClassName
{
color: #C656DC;
}
</style>
background-color css
<style>
a { background-color: #C656DC; }
a { background-color: rgb(198,86,220); }
div.DivClassName
{
background-color: #C656DC;
}
.BgClassName
{
background-color: #C656DC;
}
</style>
border-color css
<style>
span { border-color: #C656DC; }
span { border-color: rgb(198,86,220); }
td.TdClassName
{
border-color: #C656DC;
}
.TagClassName
{
border-color: #C656DC;
}
</style>