Shades of Medium Orchid #C656DE
Tints of Medium Orchid #C656DE
RGB
CMYK
RGB Variations
Color information
#C656DE (or 0xC656DE) is known color: Medium Orchid. HEX triplet: C6, 56 and DE. RGB value is (198,86,222). Sum of RGB (Red+Green+Blue) = 198+86+222=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #C656DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656DE is #39A921. Grayscale: #868686. Windows color (decimal): -3778850 or 14571206. OLE color: 14571206.
HSL color Cylindrical-coordinate representation of color #C656DE: hue angle of 289.41º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C656DE is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 86 | 222 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.13 |
| HSL | 289.41º | 0.67% | 0.6% | - |
| HSV(B) | 289.41º | 0.61% | 0.87% | - |
| XYZ | 39.8 | 23.94 | 71.63 | - |
| YUV | 134.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 222 | 0.11 | 0.61 | 0 | 0.13 | 289.41 | 0.67 | 0.6 |
| Hex | C6 | 56 | DE | B | 3D | 0 | D | 121 | 43 | 3C |
| Octal | 306 | 126 | 336 | 13 | 75 | 0 | 15 | 441 | 103 | 74 |
| Binary | 11000110 | 1010110 | 11011110 | 1011 | 111101 | 0 | 1101 | 100100001 | 1000011 | 111100 |
Color Harmonies of #C656DE
Complementary color
Monochromatic Colors of #C656DE
Black with #C656DE
Text Example
Text Example
White with #C656DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656DE; }
p { color: rgb(198,86,222); }
H1.HeaderClassName
{
color: #C656DE;
}
.AnyTagClassName
{
color: #C656DE;
}
</style>
background-color css
<style>
a { background-color: #C656DE; }
a { background-color: rgb(198,86,222); }
div.DivClassName
{
background-color: #C656DE;
}
.BgClassName
{
background-color: #C656DE;
}
</style>
border-color css
<style>
span { border-color: #C656DE; }
span { border-color: rgb(198,86,222); }
td.TdClassName
{
border-color: #C656DE;
}
.TagClassName
{
border-color: #C656DE;
}
</style>