Shades of Medium Orchid #C564D6
Tints of Medium Orchid #C564D6
RGB
CMYK
RGB Variations
Color information
#C564D6 (or 0xC564D6) is known color: Medium Orchid. HEX triplet: C5, 64 and D6. RGB value is (197,100,214). Sum of RGB (Red+Green+Blue) = 197+100+214=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #C564D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564D6 is #3A9B29. Grayscale: #8D8D8D. Windows color (decimal): -3840810 or 14050501. OLE color: 14050501.
HSL color Cylindrical-coordinate representation of color #C564D6: hue angle of 291.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C564D6 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 100 | 214 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.16 |
| HSL | 291.05º | 0.58% | 0.62% | - |
| HSV(B) | 291.05º | 0.53% | 0.84% | - |
| XYZ | 39.72 | 25.84 | 66.51 | - |
| YUV | 142 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 214 | 0.08 | 0.53 | 0 | 0.16 | 291.05 | 0.58 | 0.62 |
| Hex | C5 | 64 | D6 | 8 | 35 | 0 | 10 | 123 | 3A | 3E |
| Octal | 305 | 144 | 326 | 10 | 65 | 0 | 20 | 443 | 72 | 76 |
| Binary | 11000101 | 1100100 | 11010110 | 1000 | 110101 | 0 | 10000 | 100100011 | 111010 | 111110 |
Color Harmonies of #C564D6
Complementary color
Monochromatic Colors of #C564D6
Black with #C564D6
Text Example
Text Example
White with #C564D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564D6; }
p { color: rgb(197,100,214); }
H1.HeaderClassName
{
color: #C564D6;
}
.AnyTagClassName
{
color: #C564D6;
}
</style>
background-color css
<style>
a { background-color: #C564D6; }
a { background-color: rgb(197,100,214); }
div.DivClassName
{
background-color: #C564D6;
}
.BgClassName
{
background-color: #C564D6;
}
</style>
border-color css
<style>
span { border-color: #C564D6; }
span { border-color: rgb(197,100,214); }
td.TdClassName
{
border-color: #C564D6;
}
.TagClassName
{
border-color: #C564D6;
}
</style>