Shades of Medium Orchid #C563D4
Tints of Medium Orchid #C563D4
RGB
CMYK
RGB Variations
Color information
#C563D4 (or 0xC563D4) is known color: Medium Orchid. HEX triplet: C5, 63 and D4. RGB value is (197,99,212). Sum of RGB (Red+Green+Blue) = 197+99+212=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #C563D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563D4 is #3A9C2B. Grayscale: #8C8C8C. Windows color (decimal): -3841068 or 13919173. OLE color: 13919173.
HSL color Cylindrical-coordinate representation of color #C563D4: hue angle of 292.04º 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 #C563D4 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 99 | 212 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.17 |
| HSL | 292.04º | 0.57% | 0.61% | - |
| HSV(B) | 292.04º | 0.53% | 0.83% | - |
| XYZ | 39.37 | 25.55 | 65.14 | - |
| YUV | 141.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 212 | 0.07 | 0.53 | 0 | 0.17 | 292.04 | 0.57 | 0.61 |
| Hex | C5 | 63 | D4 | 7 | 35 | 0 | 11 | 124 | 39 | 3D |
| Octal | 305 | 143 | 324 | 7 | 65 | 0 | 21 | 444 | 71 | 75 |
| Binary | 11000101 | 1100011 | 11010100 | 111 | 110101 | 0 | 10001 | 100100100 | 111001 | 111101 |
Color Harmonies of #C563D4
Complementary color
Monochromatic Colors of #C563D4
Black with #C563D4
Text Example
Text Example
White with #C563D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563D4; }
p { color: rgb(197,99,212); }
H1.HeaderClassName
{
color: #C563D4;
}
.AnyTagClassName
{
color: #C563D4;
}
</style>
background-color css
<style>
a { background-color: #C563D4; }
a { background-color: rgb(197,99,212); }
div.DivClassName
{
background-color: #C563D4;
}
.BgClassName
{
background-color: #C563D4;
}
</style>
border-color css
<style>
span { border-color: #C563D4; }
span { border-color: rgb(197,99,212); }
td.TdClassName
{
border-color: #C563D4;
}
.TagClassName
{
border-color: #C563D4;
}
</style>