Shades of Medium Orchid #C56CDA
Tints of Medium Orchid #C56CDA
RGB
CMYK
RGB Variations
Color information
#C56CDA (or 0xC56CDA) is known color: Medium Orchid. HEX triplet: C5, 6C and DA. RGB value is (197,108,218). Sum of RGB (Red+Green+Blue) = 197+108+218=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C56CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CDA is #3A9325. Grayscale: #929292. Windows color (decimal): -3838758 or 14314693. OLE color: 14314693.
HSL color Cylindrical-coordinate representation of color #C56CDA: hue angle of 288.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56CDA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 108 | 218 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.15 |
| HSL | 288.55º | 0.6% | 0.64% | - |
| HSV(B) | 288.55º | 0.5% | 0.85% | - |
| XYZ | 41.04 | 27.66 | 69.5 | - |
| YUV | 147.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 218 | 0.10 | 0.50 | 0 | 0.15 | 288.55 | 0.6 | 0.64 |
| Hex | C5 | 6C | DA | A | 32 | 0 | F | 121 | 3C | 40 |
| Octal | 305 | 154 | 332 | 12 | 62 | 0 | 17 | 441 | 74 | 100 |
| Binary | 11000101 | 1101100 | 11011010 | 1010 | 110010 | 0 | 1111 | 100100001 | 111100 | 1000000 |
Color Harmonies of #C56CDA
Complementary color
Monochromatic Colors of #C56CDA
Black with #C56CDA
Text Example
Text Example
White with #C56CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CDA; }
p { color: rgb(197,108,218); }
H1.HeaderClassName
{
color: #C56CDA;
}
.AnyTagClassName
{
color: #C56CDA;
}
</style>
background-color css
<style>
a { background-color: #C56CDA; }
a { background-color: rgb(197,108,218); }
div.DivClassName
{
background-color: #C56CDA;
}
.BgClassName
{
background-color: #C56CDA;
}
</style>
border-color css
<style>
span { border-color: #C56CDA; }
span { border-color: rgb(197,108,218); }
td.TdClassName
{
border-color: #C56CDA;
}
.TagClassName
{
border-color: #C56CDA;
}
</style>