Shades of Medium Orchid #C561EA
Tints of Medium Orchid #C561EA
RGB
CMYK
RGB Variations
Color information
#C561EA (or 0xC561EA) is known color: Medium Orchid. HEX triplet: C5, 61 and EA. RGB value is (197,97,234). Sum of RGB (Red+Green+Blue) = 197+97+234=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #C561EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561EA is #3A9E15. Grayscale: #8E8E8E. Windows color (decimal): -3841558 or 15360453. OLE color: 15360453.
HSL color Cylindrical-coordinate representation of color #C561EA: hue angle of 283.8º 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 #C561EA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 97 | 234 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.08 |
| HSL | 283.8º | 0.77% | 0.65% | - |
| HSV(B) | 283.8º | 0.59% | 0.92% | - |
| XYZ | 42.15 | 26.36 | 80.71 | - |
| YUV | 142.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 234 | 0.16 | 0.59 | 0 | 0.08 | 283.8 | 0.77 | 0.65 |
| Hex | C5 | 61 | EA | 10 | 3B | 0 | 8 | 11C | 4D | 41 |
| Octal | 305 | 141 | 352 | 20 | 73 | 0 | 10 | 434 | 115 | 101 |
| Binary | 11000101 | 1100001 | 11101010 | 10000 | 111011 | 0 | 1000 | 100011100 | 1001101 | 1000001 |
Color Harmonies of #C561EA
Complementary color
Monochromatic Colors of #C561EA
Black with #C561EA
Text Example
Text Example
White with #C561EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C561EA; }
p { color: rgb(197,97,234); }
H1.HeaderClassName
{
color: #C561EA;
}
.AnyTagClassName
{
color: #C561EA;
}
</style>
background-color css
<style>
a { background-color: #C561EA; }
a { background-color: rgb(197,97,234); }
div.DivClassName
{
background-color: #C561EA;
}
.BgClassName
{
background-color: #C561EA;
}
</style>
border-color css
<style>
span { border-color: #C561EA; }
span { border-color: rgb(197,97,234); }
td.TdClassName
{
border-color: #C561EA;
}
.TagClassName
{
border-color: #C561EA;
}
</style>