Shades of Medium Orchid #C559ED
Tints of Medium Orchid #C559ED
RGB
CMYK
RGB Variations
Color information
#C559ED (or 0xC559ED) is known color: Medium Orchid. HEX triplet: C5, 59 and ED. RGB value is (197,89,237). Sum of RGB (Red+Green+Blue) = 197+89+237=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #C559ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C559ED is #3AA612. Grayscale: #898989. Windows color (decimal): -3843603 or 15555013. OLE color: 15555013.
HSL color Cylindrical-coordinate representation of color #C559ED: hue angle of 283.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C559ED is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 89 | 237 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.07 |
| HSL | 283.78º | 0.8% | 0.64% | - |
| HSV(B) | 283.78º | 0.62% | 0.93% | - |
| XYZ | 41.88 | 25.13 | 82.76 | - |
| YUV | 138.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 237 | 0.17 | 0.62 | 0 | 0.07 | 283.78 | 0.8 | 0.64 |
| Hex | C5 | 59 | ED | 11 | 3E | 0 | 7 | 11C | 50 | 40 |
| Octal | 305 | 131 | 355 | 21 | 76 | 0 | 7 | 434 | 120 | 100 |
| Binary | 11000101 | 1011001 | 11101101 | 10001 | 111110 | 0 | 111 | 100011100 | 1010000 | 1000000 |
Color Harmonies of #C559ED
Complementary color
Monochromatic Colors of #C559ED
Black with #C559ED
Text Example
Text Example
White with #C559ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559ED; }
p { color: rgb(197,89,237); }
H1.HeaderClassName
{
color: #C559ED;
}
.AnyTagClassName
{
color: #C559ED;
}
</style>
background-color css
<style>
a { background-color: #C559ED; }
a { background-color: rgb(197,89,237); }
div.DivClassName
{
background-color: #C559ED;
}
.BgClassName
{
background-color: #C559ED;
}
</style>
border-color css
<style>
span { border-color: #C559ED; }
span { border-color: rgb(197,89,237); }
td.TdClassName
{
border-color: #C559ED;
}
.TagClassName
{
border-color: #C559ED;
}
</style>