Shades of Medium Orchid #C560EA
Tints of Medium Orchid #C560EA
RGB
CMYK
RGB Variations
Color information
#C560EA (or 0xC560EA) is known color: Medium Orchid. HEX triplet: C5, 60 and EA. RGB value is (197,96,234). Sum of RGB (Red+Green+Blue) = 197+96+234=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C560EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560EA is #3A9F15. Grayscale: #8D8D8D. Windows color (decimal): -3841814 or 15360197. OLE color: 15360197.
HSL color Cylindrical-coordinate representation of color #C560EA: hue angle of 283.91º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C560EA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 96 | 234 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.08 |
| HSL | 283.91º | 0.77% | 0.65% | - |
| HSV(B) | 283.91º | 0.59% | 0.92% | - |
| XYZ | 42.06 | 26.18 | 80.68 | - |
| YUV | 141.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 234 | 0.16 | 0.59 | 0 | 0.08 | 283.91 | 0.77 | 0.65 |
| Hex | C5 | 60 | EA | 10 | 3B | 0 | 8 | 11C | 4D | 41 |
| Octal | 305 | 140 | 352 | 20 | 73 | 0 | 10 | 434 | 115 | 101 |
| Binary | 11000101 | 1100000 | 11101010 | 10000 | 111011 | 0 | 1000 | 100011100 | 1001101 | 1000001 |
Color Harmonies of #C560EA
Complementary color
Monochromatic Colors of #C560EA
Black with #C560EA
Text Example
Text Example
White with #C560EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560EA; }
p { color: rgb(197,96,234); }
H1.HeaderClassName
{
color: #C560EA;
}
.AnyTagClassName
{
color: #C560EA;
}
</style>
background-color css
<style>
a { background-color: #C560EA; }
a { background-color: rgb(197,96,234); }
div.DivClassName
{
background-color: #C560EA;
}
.BgClassName
{
background-color: #C560EA;
}
</style>
border-color css
<style>
span { border-color: #C560EA; }
span { border-color: rgb(197,96,234); }
td.TdClassName
{
border-color: #C560EA;
}
.TagClassName
{
border-color: #C560EA;
}
</style>