Shades of Medium Orchid #C561DF
Tints of Medium Orchid #C561DF
RGB
CMYK
RGB Variations
Color information
#C561DF (or 0xC561DF) is known color: Medium Orchid. HEX triplet: C5, 61 and DF. RGB value is (197,97,223). Sum of RGB (Red+Green+Blue) = 197+97+223=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #C561DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561DF is #3A9E20. Grayscale: #8C8C8C. Windows color (decimal): -3841569 or 14639557. OLE color: 14639557.
HSL color Cylindrical-coordinate representation of color #C561DF: hue angle of 287.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C561DF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 97 | 223 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.13 |
| HSL | 287.62º | 0.66% | 0.63% | - |
| HSV(B) | 287.62º | 0.57% | 0.87% | - |
| XYZ | 40.62 | 25.75 | 72.64 | - |
| YUV | 141.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 223 | 0.12 | 0.57 | 0 | 0.13 | 287.62 | 0.66 | 0.63 |
| Hex | C5 | 61 | DF | C | 39 | 0 | D | 120 | 42 | 3F |
| Octal | 305 | 141 | 337 | 14 | 71 | 0 | 15 | 440 | 102 | 77 |
| Binary | 11000101 | 1100001 | 11011111 | 1100 | 111001 | 0 | 1101 | 100100000 | 1000010 | 111111 |
Color Harmonies of #C561DF
Complementary color
Monochromatic Colors of #C561DF
Black with #C561DF
Text Example
Text Example
White with #C561DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C561DF; }
p { color: rgb(197,97,223); }
H1.HeaderClassName
{
color: #C561DF;
}
.AnyTagClassName
{
color: #C561DF;
}
</style>
background-color css
<style>
a { background-color: #C561DF; }
a { background-color: rgb(197,97,223); }
div.DivClassName
{
background-color: #C561DF;
}
.BgClassName
{
background-color: #C561DF;
}
</style>
border-color css
<style>
span { border-color: #C561DF; }
span { border-color: rgb(197,97,223); }
td.TdClassName
{
border-color: #C561DF;
}
.TagClassName
{
border-color: #C561DF;
}
</style>