Shades of Medium Orchid #C564DA
Tints of Medium Orchid #C564DA
RGB
CMYK
RGB Variations
Color information
#C564DA (or 0xC564DA) is known color: Medium Orchid. HEX triplet: C5, 64 and DA. RGB value is (197,100,218). Sum of RGB (Red+Green+Blue) = 197+100+218=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C564DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564DA is #3A9B25. Grayscale: #8E8E8E. Windows color (decimal): -3840806 or 14312645. OLE color: 14312645.
HSL color Cylindrical-coordinate representation of color #C564DA: hue angle of 289.32º 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 #C564DA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 100 | 218 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.15 |
| HSL | 289.32º | 0.61% | 0.62% | - |
| HSV(B) | 289.32º | 0.54% | 0.85% | - |
| XYZ | 40.24 | 26.05 | 69.24 | - |
| YUV | 142.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 218 | 0.10 | 0.54 | 0 | 0.15 | 289.32 | 0.61 | 0.62 |
| Hex | C5 | 64 | DA | A | 36 | 0 | F | 121 | 3D | 3E |
| Octal | 305 | 144 | 332 | 12 | 66 | 0 | 17 | 441 | 75 | 76 |
| Binary | 11000101 | 1100100 | 11011010 | 1010 | 110110 | 0 | 1111 | 100100001 | 111101 | 111110 |
Color Harmonies of #C564DA
Complementary color
Monochromatic Colors of #C564DA
Black with #C564DA
Text Example
Text Example
White with #C564DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564DA; }
p { color: rgb(197,100,218); }
H1.HeaderClassName
{
color: #C564DA;
}
.AnyTagClassName
{
color: #C564DA;
}
</style>
background-color css
<style>
a { background-color: #C564DA; }
a { background-color: rgb(197,100,218); }
div.DivClassName
{
background-color: #C564DA;
}
.BgClassName
{
background-color: #C564DA;
}
</style>
border-color css
<style>
span { border-color: #C564DA; }
span { border-color: rgb(197,100,218); }
td.TdClassName
{
border-color: #C564DA;
}
.TagClassName
{
border-color: #C564DA;
}
</style>