Shades of Medium Orchid #C564D4
Tints of Medium Orchid #C564D4
RGB
CMYK
RGB Variations
Color information
#C564D4 (or 0xC564D4) is known color: Medium Orchid. HEX triplet: C5, 64 and D4. RGB value is (197,100,212). Sum of RGB (Red+Green+Blue) = 197+100+212=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #C564D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564D4 is #3A9B2B. Grayscale: #8D8D8D. Windows color (decimal): -3840812 or 13919429. OLE color: 13919429.
HSL color Cylindrical-coordinate representation of color #C564D4: hue angle of 291.96º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C564D4 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 100 | 212 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.17 |
| HSL | 291.96º | 0.57% | 0.61% | - |
| HSV(B) | 291.96º | 0.53% | 0.83% | - |
| XYZ | 39.47 | 25.74 | 65.18 | - |
| YUV | 141.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 212 | 0.07 | 0.53 | 0 | 0.17 | 291.96 | 0.57 | 0.61 |
| Hex | C5 | 64 | D4 | 7 | 35 | 0 | 11 | 124 | 39 | 3D |
| Octal | 305 | 144 | 324 | 7 | 65 | 0 | 21 | 444 | 71 | 75 |
| Binary | 11000101 | 1100100 | 11010100 | 111 | 110101 | 0 | 10001 | 100100100 | 111001 | 111101 |
Color Harmonies of #C564D4
Complementary color
Monochromatic Colors of #C564D4
Black with #C564D4
Text Example
Text Example
White with #C564D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564D4; }
p { color: rgb(197,100,212); }
H1.HeaderClassName
{
color: #C564D4;
}
.AnyTagClassName
{
color: #C564D4;
}
</style>
background-color css
<style>
a { background-color: #C564D4; }
a { background-color: rgb(197,100,212); }
div.DivClassName
{
background-color: #C564D4;
}
.BgClassName
{
background-color: #C564D4;
}
</style>
border-color css
<style>
span { border-color: #C564D4; }
span { border-color: rgb(197,100,212); }
td.TdClassName
{
border-color: #C564D4;
}
.TagClassName
{
border-color: #C564D4;
}
</style>