Shades of Medium Orchid #C656D7
Tints of Medium Orchid #C656D7
RGB
CMYK
RGB Variations
Color information
#C656D7 (or 0xC656D7) is known color: Medium Orchid. HEX triplet: C6, 56 and D7. RGB value is (198,86,215). Sum of RGB (Red+Green+Blue) = 198+86+215=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #C656D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656D7 is #39A928. Grayscale: #858585. Windows color (decimal): -3778857 or 14112454. OLE color: 14112454.
HSL color Cylindrical-coordinate representation of color #C656D7: hue angle of 292.09º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C656D7 is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 86 | 215 | - |
| CMYK | 0.08 | 0.6 | 0 | 0.16 |
| HSL | 292.09º | 0.62% | 0.59% | - |
| HSV(B) | 292.09º | 0.6% | 0.84% | - |
| XYZ | 38.88 | 23.57 | 66.79 | - |
| YUV | 134.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 215 | 0.08 | 0.6 | 0 | 0.16 | 292.09 | 0.62 | 0.59 |
| Hex | C6 | 56 | D7 | 8 | 3C | 0 | 10 | 124 | 3E | 3B |
| Octal | 306 | 126 | 327 | 10 | 74 | 0 | 20 | 444 | 76 | 73 |
| Binary | 11000110 | 1010110 | 11010111 | 1000 | 111100 | 0 | 10000 | 100100100 | 111110 | 111011 |
Color Harmonies of #C656D7
Complementary color
Monochromatic Colors of #C656D7
Black with #C656D7
Text Example
Text Example
White with #C656D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656D7; }
p { color: rgb(198,86,215); }
H1.HeaderClassName
{
color: #C656D7;
}
.AnyTagClassName
{
color: #C656D7;
}
</style>
background-color css
<style>
a { background-color: #C656D7; }
a { background-color: rgb(198,86,215); }
div.DivClassName
{
background-color: #C656D7;
}
.BgClassName
{
background-color: #C656D7;
}
</style>
border-color css
<style>
span { border-color: #C656D7; }
span { border-color: rgb(198,86,215); }
td.TdClassName
{
border-color: #C656D7;
}
.TagClassName
{
border-color: #C656D7;
}
</style>