Shades of Medium Orchid #C564DF
Tints of Medium Orchid #C564DF
RGB
CMYK
RGB Variations
Color information
#C564DF (or 0xC564DF) is known color: Medium Orchid. HEX triplet: C5, 64 and DF. RGB value is (197,100,223). Sum of RGB (Red+Green+Blue) = 197+100+223=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C564DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564DF is #3A9B20. Grayscale: #8E8E8E. Windows color (decimal): -3840801 or 14640325. OLE color: 14640325.
HSL color Cylindrical-coordinate representation of color #C564DF: hue angle of 287.32º degrees, saturation: 0.66, 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 #C564DF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 100 | 223 | - |
CMYK | 0.12 | 0.55 | 0 | 0.13 |
HSL | 287.32º | 0.66% | 0.63% | - |
HSV(B) | 287.32º | 0.55% | 0.87% | - |
XYZ | 40.9 | 26.31 | 72.74 | - |
YUV | 143.03 | 173.14 | 166.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 100 | 223 | 0.12 | 0.55 | 0 | 0.13 | 287.32 | 0.66 | 0.63 |
Hex | C5 | 64 | DF | C | 37 | 0 | D | 11F | 42 | 3F |
Octal | 305 | 144 | 337 | 14 | 67 | 0 | 15 | 437 | 102 | 77 |
Binary | 11000101 | 1100100 | 11011111 | 1100 | 110111 | 0 | 1101 | 100011111 | 1000010 | 111111 |
Color Harmonies of #C564DF
Complementary color
Monochromatic Colors of #C564DF
Black with #C564DF
Text Example
Text Example
White with #C564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564DF; }
p { color: rgb(197,100,223); }
H1.HeaderClassName
{
color: #C564DF;
}
.AnyTagClassName
{
color: #C564DF;
}
</style>
background-color css
<style>
a { background-color: #C564DF; }
a { background-color: rgb(197,100,223); }
div.DivClassName
{
background-color: #C564DF;
}
.BgClassName
{
background-color: #C564DF;
}
</style>
border-color css
<style>
span { border-color: #C564DF; }
span { border-color: rgb(197,100,223); }
td.TdClassName
{
border-color: #C564DF;
}
.TagClassName
{
border-color: #C564DF;
}
</style>