Shades of Medium Orchid #C559DC
Tints of Medium Orchid #C559DC
RGB
CMYK
RGB Variations
Color information
#C559DC (or 0xC559DC) is known color: Medium Orchid. HEX triplet: C5, 59 and DC. RGB value is (197,89,220). Sum of RGB (Red+Green+Blue) = 197+89+220=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #C559DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559DC is #3AA623. Grayscale: #878787. Windows color (decimal): -3843620 or 14440901. OLE color: 14440901.
HSL color Cylindrical-coordinate representation of color #C559DC: hue angle of 289.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C559DC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 89 | 220 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.14 |
| HSL | 289.47º | 0.65% | 0.61% | - |
| HSV(B) | 289.47º | 0.6% | 0.86% | - |
| XYZ | 39.52 | 24.18 | 70.3 | - |
| YUV | 136.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 220 | 0.10 | 0.60 | 0 | 0.14 | 289.47 | 0.65 | 0.61 |
| Hex | C5 | 59 | DC | A | 3C | 0 | E | 121 | 41 | 3D |
| Octal | 305 | 131 | 334 | 12 | 74 | 0 | 16 | 441 | 101 | 75 |
| Binary | 11000101 | 1011001 | 11011100 | 1010 | 111100 | 0 | 1110 | 100100001 | 1000001 | 111101 |
Color Harmonies of #C559DC
Complementary color
Monochromatic Colors of #C559DC
Black with #C559DC
Text Example
Text Example
White with #C559DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559DC; }
p { color: rgb(197,89,220); }
H1.HeaderClassName
{
color: #C559DC;
}
.AnyTagClassName
{
color: #C559DC;
}
</style>
background-color css
<style>
a { background-color: #C559DC; }
a { background-color: rgb(197,89,220); }
div.DivClassName
{
background-color: #C559DC;
}
.BgClassName
{
background-color: #C559DC;
}
</style>
border-color css
<style>
span { border-color: #C559DC; }
span { border-color: rgb(197,89,220); }
td.TdClassName
{
border-color: #C559DC;
}
.TagClassName
{
border-color: #C559DC;
}
</style>