Shades of Medium Orchid #C559DA
Tints of Medium Orchid #C559DA
RGB
CMYK
RGB Variations
Color information
#C559DA (or 0xC559DA) is known color: Medium Orchid. HEX triplet: C5, 59 and DA. RGB value is (197,89,218). Sum of RGB (Red+Green+Blue) = 197+89+218=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #C559DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559DA is #3AA625. Grayscale: #878787. Windows color (decimal): -3843622 or 14309829. OLE color: 14309829.
HSL color Cylindrical-coordinate representation of color #C559DA: hue angle of 290.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C559DA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 89 | 218 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.15 |
| HSL | 290.23º | 0.64% | 0.6% | - |
| HSV(B) | 290.23º | 0.59% | 0.85% | - |
| XYZ | 39.25 | 24.08 | 68.91 | - |
| YUV | 136 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 218 | 0.10 | 0.59 | 0 | 0.15 | 290.23 | 0.64 | 0.6 |
| Hex | C5 | 59 | DA | A | 3B | 0 | F | 122 | 40 | 3C |
| Octal | 305 | 131 | 332 | 12 | 73 | 0 | 17 | 442 | 100 | 74 |
| Binary | 11000101 | 1011001 | 11011010 | 1010 | 111011 | 0 | 1111 | 100100010 | 1000000 | 111100 |
Color Harmonies of #C559DA
Complementary color
Monochromatic Colors of #C559DA
Black with #C559DA
Text Example
Text Example
White with #C559DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559DA; }
p { color: rgb(197,89,218); }
H1.HeaderClassName
{
color: #C559DA;
}
.AnyTagClassName
{
color: #C559DA;
}
</style>
background-color css
<style>
a { background-color: #C559DA; }
a { background-color: rgb(197,89,218); }
div.DivClassName
{
background-color: #C559DA;
}
.BgClassName
{
background-color: #C559DA;
}
</style>
border-color css
<style>
span { border-color: #C559DA; }
span { border-color: rgb(197,89,218); }
td.TdClassName
{
border-color: #C559DA;
}
.TagClassName
{
border-color: #C559DA;
}
</style>