Shades of Medium Orchid #C564D9
Tints of Medium Orchid #C564D9
RGB
CMYK
RGB Variations
Color information
#C564D9 (or 0xC564D9) is known color: Medium Orchid. HEX triplet: C5, 64 and D9. RGB value is (197,100,217). Sum of RGB (Red+Green+Blue) = 197+100+217=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #C564D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564D9 is #3A9B26. Grayscale: #8D8D8D. Windows color (decimal): -3840807 or 14247109. OLE color: 14247109.
HSL color Cylindrical-coordinate representation of color #C564D9: hue angle of 289.74º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C564D9 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 100 | 217 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.15 |
| HSL | 289.74º | 0.61% | 0.62% | - |
| HSV(B) | 289.74º | 0.54% | 0.85% | - |
| XYZ | 40.11 | 25.99 | 68.55 | - |
| YUV | 142.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 217 | 0.09 | 0.54 | 0 | 0.15 | 289.74 | 0.61 | 0.62 |
| Hex | C5 | 64 | D9 | 9 | 36 | 0 | F | 122 | 3D | 3E |
| Octal | 305 | 144 | 331 | 11 | 66 | 0 | 17 | 442 | 75 | 76 |
| Binary | 11000101 | 1100100 | 11011001 | 1001 | 110110 | 0 | 1111 | 100100010 | 111101 | 111110 |
Color Harmonies of #C564D9
Complementary color
Monochromatic Colors of #C564D9
Black with #C564D9
Text Example
Text Example
White with #C564D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564D9; }
p { color: rgb(197,100,217); }
H1.HeaderClassName
{
color: #C564D9;
}
.AnyTagClassName
{
color: #C564D9;
}
</style>
background-color css
<style>
a { background-color: #C564D9; }
a { background-color: rgb(197,100,217); }
div.DivClassName
{
background-color: #C564D9;
}
.BgClassName
{
background-color: #C564D9;
}
</style>
border-color css
<style>
span { border-color: #C564D9; }
span { border-color: rgb(197,100,217); }
td.TdClassName
{
border-color: #C564D9;
}
.TagClassName
{
border-color: #C564D9;
}
</style>