Shades of Medium Orchid #C656DD
Tints of Medium Orchid #C656DD
RGB
CMYK
RGB Variations
Color information
#C656DD (or 0xC656DD) is known color: Medium Orchid. HEX triplet: C6, 56 and DD. RGB value is (198,86,221). Sum of RGB (Red+Green+Blue) = 198+86+221=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #C656DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656DD is #39A922. Grayscale: #868686. Windows color (decimal): -3778851 or 14505670. OLE color: 14505670.
HSL color Cylindrical-coordinate representation of color #C656DD: hue angle of 289.78º 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 #C656DD is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 86 | 221 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.13 |
| HSL | 289.78º | 0.67% | 0.6% | - |
| HSV(B) | 289.78º | 0.61% | 0.87% | - |
| XYZ | 39.67 | 23.88 | 70.93 | - |
| YUV | 134.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 221 | 0.10 | 0.61 | 0 | 0.13 | 289.78 | 0.67 | 0.6 |
| Hex | C6 | 56 | DD | A | 3D | 0 | D | 122 | 43 | 3C |
| Octal | 306 | 126 | 335 | 12 | 75 | 0 | 15 | 442 | 103 | 74 |
| Binary | 11000110 | 1010110 | 11011101 | 1010 | 111101 | 0 | 1101 | 100100010 | 1000011 | 111100 |
Color Harmonies of #C656DD
Complementary color
Monochromatic Colors of #C656DD
Black with #C656DD
Text Example
Text Example
White with #C656DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656DD; }
p { color: rgb(198,86,221); }
H1.HeaderClassName
{
color: #C656DD;
}
.AnyTagClassName
{
color: #C656DD;
}
</style>
background-color css
<style>
a { background-color: #C656DD; }
a { background-color: rgb(198,86,221); }
div.DivClassName
{
background-color: #C656DD;
}
.BgClassName
{
background-color: #C656DD;
}
</style>
border-color css
<style>
span { border-color: #C656DD; }
span { border-color: rgb(198,86,221); }
td.TdClassName
{
border-color: #C656DD;
}
.TagClassName
{
border-color: #C656DD;
}
</style>