Shades of Medium Orchid #C564DD
Tints of Medium Orchid #C564DD
RGB
CMYK
RGB Variations
Color information
#C564DD (or 0xC564DD) is known color: Medium Orchid. HEX triplet: C5, 64 and DD. RGB value is (197,100,221). Sum of RGB (Red+Green+Blue) = 197+100+221=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C564DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564DD is #3A9B22. Grayscale: #8E8E8E. Windows color (decimal): -3840803 or 14509253. OLE color: 14509253.
HSL color Cylindrical-coordinate representation of color #C564DD: hue angle of 288.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C564DD is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 100 | 221 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.13 |
| HSL | 288.1º | 0.64% | 0.63% | - |
| HSV(B) | 288.1º | 0.55% | 0.87% | - |
| XYZ | 40.63 | 26.21 | 71.32 | - |
| YUV | 142.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 221 | 0.11 | 0.55 | 0 | 0.13 | 288.1 | 0.64 | 0.63 |
| Hex | C5 | 64 | DD | B | 37 | 0 | D | 120 | 40 | 3F |
| Octal | 305 | 144 | 335 | 13 | 67 | 0 | 15 | 440 | 100 | 77 |
| Binary | 11000101 | 1100100 | 11011101 | 1011 | 110111 | 0 | 1101 | 100100000 | 1000000 | 111111 |
Color Harmonies of #C564DD
Complementary color
Monochromatic Colors of #C564DD
Black with #C564DD
Text Example
Text Example
White with #C564DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564DD; }
p { color: rgb(197,100,221); }
H1.HeaderClassName
{
color: #C564DD;
}
.AnyTagClassName
{
color: #C564DD;
}
</style>
background-color css
<style>
a { background-color: #C564DD; }
a { background-color: rgb(197,100,221); }
div.DivClassName
{
background-color: #C564DD;
}
.BgClassName
{
background-color: #C564DD;
}
</style>
border-color css
<style>
span { border-color: #C564DD; }
span { border-color: rgb(197,100,221); }
td.TdClassName
{
border-color: #C564DD;
}
.TagClassName
{
border-color: #C564DD;
}
</style>