Shades of Medium Orchid #C564DB
Tints of Medium Orchid #C564DB
RGB
CMYK
RGB Variations
Color information
#C564DB (or 0xC564DB) is known color: Medium Orchid. HEX triplet: C5, 64 and DB. RGB value is (197,100,219). Sum of RGB (Red+Green+Blue) = 197+100+219=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C564DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564DB is #3A9B24. Grayscale: #8E8E8E. Windows color (decimal): -3840805 or 14378181. OLE color: 14378181.
HSL color Cylindrical-coordinate representation of color #C564DB: hue angle of 288.91º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C564DB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 100 | 219 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.14 |
| HSL | 288.91º | 0.62% | 0.63% | - |
| HSV(B) | 288.91º | 0.54% | 0.86% | - |
| XYZ | 40.37 | 26.1 | 69.93 | - |
| YUV | 142.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 219 | 0.10 | 0.54 | 0 | 0.14 | 288.91 | 0.62 | 0.63 |
| Hex | C5 | 64 | DB | A | 36 | 0 | E | 121 | 3E | 3F |
| Octal | 305 | 144 | 333 | 12 | 66 | 0 | 16 | 441 | 76 | 77 |
| Binary | 11000101 | 1100100 | 11011011 | 1010 | 110110 | 0 | 1110 | 100100001 | 111110 | 111111 |
Color Harmonies of #C564DB
Complementary color
Monochromatic Colors of #C564DB
Black with #C564DB
Text Example
Text Example
White with #C564DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564DB; }
p { color: rgb(197,100,219); }
H1.HeaderClassName
{
color: #C564DB;
}
.AnyTagClassName
{
color: #C564DB;
}
</style>
background-color css
<style>
a { background-color: #C564DB; }
a { background-color: rgb(197,100,219); }
div.DivClassName
{
background-color: #C564DB;
}
.BgClassName
{
background-color: #C564DB;
}
</style>
border-color css
<style>
span { border-color: #C564DB; }
span { border-color: rgb(197,100,219); }
td.TdClassName
{
border-color: #C564DB;
}
.TagClassName
{
border-color: #C564DB;
}
</style>