Shades of Medium Orchid #C656D0
Tints of Medium Orchid #C656D0
RGB
CMYK
RGB Variations
Color information
#C656D0 (or 0xC656D0) is known color: Medium Orchid. HEX triplet: C6, 56 and D0. RGB value is (198,86,208). Sum of RGB (Red+Green+Blue) = 198+86+208=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #C656D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656D0 is #39A92F. Grayscale: #858585. Windows color (decimal): -3778864 or 13653702. OLE color: 13653702.
HSL color Cylindrical-coordinate representation of color #C656D0: hue angle of 295.08º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C656D0 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 86 | 208 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.18 |
| HSL | 295.08º | 0.56% | 0.58% | - |
| HSV(B) | 295.08º | 0.59% | 0.82% | - |
| XYZ | 38 | 23.22 | 62.15 | - |
| YUV | 133.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 208 | 0.05 | 0.59 | 0 | 0.18 | 295.08 | 0.56 | 0.58 |
| Hex | C6 | 56 | D0 | 5 | 3B | 0 | 12 | 127 | 38 | 3A |
| Octal | 306 | 126 | 320 | 5 | 73 | 0 | 22 | 447 | 70 | 72 |
| Binary | 11000110 | 1010110 | 11010000 | 101 | 111011 | 0 | 10010 | 100100111 | 111000 | 111010 |
Color Harmonies of #C656D0
Complementary color
Monochromatic Colors of #C656D0
Black with #C656D0
Text Example
Text Example
White with #C656D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656D0; }
p { color: rgb(198,86,208); }
H1.HeaderClassName
{
color: #C656D0;
}
.AnyTagClassName
{
color: #C656D0;
}
</style>
background-color css
<style>
a { background-color: #C656D0; }
a { background-color: rgb(198,86,208); }
div.DivClassName
{
background-color: #C656D0;
}
.BgClassName
{
background-color: #C656D0;
}
</style>
border-color css
<style>
span { border-color: #C656D0; }
span { border-color: rgb(198,86,208); }
td.TdClassName
{
border-color: #C656D0;
}
.TagClassName
{
border-color: #C656D0;
}
</style>