Shades of Medium Orchid #C565DC
Tints of Medium Orchid #C565DC
RGB
CMYK
RGB Variations
Color information
#C565DC (or 0xC565DC) is known color: Medium Orchid. HEX triplet: C5, 65 and DC. RGB value is (197,101,220). Sum of RGB (Red+Green+Blue) = 197+101+220=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #C565DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565DC is #3A9A23. Grayscale: #8E8E8E. Windows color (decimal): -3840548 or 14443973. OLE color: 14443973.
HSL color Cylindrical-coordinate representation of color #C565DC: hue angle of 288.4º degrees, saturation: 0.63, 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 #C565DC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 101 | 220 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.14 |
| HSL | 288.4º | 0.63% | 0.63% | - |
| HSV(B) | 288.4º | 0.54% | 0.86% | - |
| XYZ | 40.6 | 26.34 | 70.66 | - |
| YUV | 143.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 220 | 0.10 | 0.54 | 0 | 0.14 | 288.4 | 0.63 | 0.63 |
| Hex | C5 | 65 | DC | A | 36 | 0 | E | 120 | 3F | 3F |
| Octal | 305 | 145 | 334 | 12 | 66 | 0 | 16 | 440 | 77 | 77 |
| Binary | 11000101 | 1100101 | 11011100 | 1010 | 110110 | 0 | 1110 | 100100000 | 111111 | 111111 |
Color Harmonies of #C565DC
Complementary color
Monochromatic Colors of #C565DC
Black with #C565DC
Text Example
Text Example
White with #C565DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565DC; }
p { color: rgb(197,101,220); }
H1.HeaderClassName
{
color: #C565DC;
}
.AnyTagClassName
{
color: #C565DC;
}
</style>
background-color css
<style>
a { background-color: #C565DC; }
a { background-color: rgb(197,101,220); }
div.DivClassName
{
background-color: #C565DC;
}
.BgClassName
{
background-color: #C565DC;
}
</style>
border-color css
<style>
span { border-color: #C565DC; }
span { border-color: rgb(197,101,220); }
td.TdClassName
{
border-color: #C565DC;
}
.TagClassName
{
border-color: #C565DC;
}
</style>