Shades of Medium Orchid #C564DC
Tints of Medium Orchid #C564DC
RGB
CMYK
RGB Variations
Color information
#C564DC (or 0xC564DC) is known color: Medium Orchid. HEX triplet: C5, 64 and DC. RGB value is (197,100,220). Sum of RGB (Red+Green+Blue) = 197+100+220=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C564DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564DC is #3A9B23. Grayscale: #8E8E8E. Windows color (decimal): -3840804 or 14443717. OLE color: 14443717.
HSL color Cylindrical-coordinate representation of color #C564DC: hue angle of 288.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C564DC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 100 | 220 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.14 |
| HSL | 288.5º | 0.63% | 0.63% | - |
| HSV(B) | 288.5º | 0.55% | 0.86% | - |
| XYZ | 40.5 | 26.15 | 70.62 | - |
| YUV | 142.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 220 | 0.10 | 0.55 | 0 | 0.14 | 288.5 | 0.63 | 0.63 |
| Hex | C5 | 64 | DC | A | 37 | 0 | E | 120 | 3F | 3F |
| Octal | 305 | 144 | 334 | 12 | 67 | 0 | 16 | 440 | 77 | 77 |
| Binary | 11000101 | 1100100 | 11011100 | 1010 | 110111 | 0 | 1110 | 100100000 | 111111 | 111111 |
Color Harmonies of #C564DC
Complementary color
Monochromatic Colors of #C564DC
Black with #C564DC
Text Example
Text Example
White with #C564DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564DC; }
p { color: rgb(197,100,220); }
H1.HeaderClassName
{
color: #C564DC;
}
.AnyTagClassName
{
color: #C564DC;
}
</style>
background-color css
<style>
a { background-color: #C564DC; }
a { background-color: rgb(197,100,220); }
div.DivClassName
{
background-color: #C564DC;
}
.BgClassName
{
background-color: #C564DC;
}
</style>
border-color css
<style>
span { border-color: #C564DC; }
span { border-color: rgb(197,100,220); }
td.TdClassName
{
border-color: #C564DC;
}
.TagClassName
{
border-color: #C564DC;
}
</style>