Shades of Medium Orchid #C56FDD
Tints of Medium Orchid #C56FDD
RGB
CMYK
RGB Variations
Color information
#C56FDD (or 0xC56FDD) is known color: Medium Orchid. HEX triplet: C5, 6F and DD. RGB value is (197,111,221). Sum of RGB (Red+Green+Blue) = 197+111+221=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C56FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FDD is #3A9022. Grayscale: #949494. Windows color (decimal): -3837987 or 14512069. OLE color: 14512069.
HSL color Cylindrical-coordinate representation of color #C56FDD: hue angle of 286.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56FDD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 111 | 221 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.13 |
| HSL | 286.91º | 0.62% | 0.65% | - |
| HSV(B) | 286.91º | 0.5% | 0.87% | - |
| XYZ | 41.76 | 28.46 | 71.7 | - |
| YUV | 149.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 221 | 0.11 | 0.50 | 0 | 0.13 | 286.91 | 0.62 | 0.65 |
| Hex | C5 | 6F | DD | B | 32 | 0 | D | 11F | 3E | 41 |
| Octal | 305 | 157 | 335 | 13 | 62 | 0 | 15 | 437 | 76 | 101 |
| Binary | 11000101 | 1101111 | 11011101 | 1011 | 110010 | 0 | 1101 | 100011111 | 111110 | 1000001 |
Color Harmonies of #C56FDD
Complementary color
Monochromatic Colors of #C56FDD
Black with #C56FDD
Text Example
Text Example
White with #C56FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FDD; }
p { color: rgb(197,111,221); }
H1.HeaderClassName
{
color: #C56FDD;
}
.AnyTagClassName
{
color: #C56FDD;
}
</style>
background-color css
<style>
a { background-color: #C56FDD; }
a { background-color: rgb(197,111,221); }
div.DivClassName
{
background-color: #C56FDD;
}
.BgClassName
{
background-color: #C56FDD;
}
</style>
border-color css
<style>
span { border-color: #C56FDD; }
span { border-color: rgb(197,111,221); }
td.TdClassName
{
border-color: #C56FDD;
}
.TagClassName
{
border-color: #C56FDD;
}
</style>