Shades of Medium Orchid #C56DD7
Tints of Medium Orchid #C56DD7
RGB
CMYK
RGB Variations
Color information
#C56DD7 (or 0xC56DD7) is known color: Medium Orchid. HEX triplet: C5, 6D and D7. RGB value is (197,109,215). Sum of RGB (Red+Green+Blue) = 197+109+215=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #C56DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DD7 is #3A9228. Grayscale: #939393. Windows color (decimal): -3838505 or 14118341. OLE color: 14118341.
HSL color Cylindrical-coordinate representation of color #C56DD7: hue angle of 289.81º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56DD7 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 109 | 215 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.16 |
| HSL | 289.81º | 0.57% | 0.64% | - |
| HSV(B) | 289.81º | 0.49% | 0.84% | - |
| XYZ | 40.76 | 27.71 | 67.49 | - |
| YUV | 147.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 215 | 0.08 | 0.49 | 0 | 0.16 | 289.81 | 0.57 | 0.64 |
| Hex | C5 | 6D | D7 | 8 | 31 | 0 | 10 | 122 | 39 | 40 |
| Octal | 305 | 155 | 327 | 10 | 61 | 0 | 20 | 442 | 71 | 100 |
| Binary | 11000101 | 1101101 | 11010111 | 1000 | 110001 | 0 | 10000 | 100100010 | 111001 | 1000000 |
Color Harmonies of #C56DD7
Complementary color
Monochromatic Colors of #C56DD7
Black with #C56DD7
Text Example
Text Example
White with #C56DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DD7; }
p { color: rgb(197,109,215); }
H1.HeaderClassName
{
color: #C56DD7;
}
.AnyTagClassName
{
color: #C56DD7;
}
</style>
background-color css
<style>
a { background-color: #C56DD7; }
a { background-color: rgb(197,109,215); }
div.DivClassName
{
background-color: #C56DD7;
}
.BgClassName
{
background-color: #C56DD7;
}
</style>
border-color css
<style>
span { border-color: #C56DD7; }
span { border-color: rgb(197,109,215); }
td.TdClassName
{
border-color: #C56DD7;
}
.TagClassName
{
border-color: #C56DD7;
}
</style>