Shades of Medium Orchid #C547EB
Tints of Medium Orchid #C547EB
RGB
CMYK
RGB Variations
Color information
#C547EB (or 0xC547EB) is known color: Medium Orchid. HEX triplet: C5, 47 and EB. RGB value is (197,71,235). Sum of RGB (Red+Green+Blue) = 197+71+235=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #C547EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547EB is #3AB814. Grayscale: #7E7E7E. Windows color (decimal): -3848213 or 15419333. OLE color: 15419333.
HSL color Cylindrical-coordinate representation of color #C547EB: hue angle of 286.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C547EB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 71 | 235 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.08 |
| HSL | 286.1º | 0.8% | 0.6% | - |
| HSV(B) | 286.1º | 0.7% | 0.92% | - |
| XYZ | 40.27 | 22.37 | 80.79 | - |
| YUV | 127.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 235 | 0.16 | 0.70 | 0 | 0.08 | 286.1 | 0.8 | 0.6 |
| Hex | C5 | 47 | EB | 10 | 46 | 0 | 8 | 11E | 50 | 3C |
| Octal | 305 | 107 | 353 | 20 | 106 | 0 | 10 | 436 | 120 | 74 |
| Binary | 11000101 | 1000111 | 11101011 | 10000 | 1000110 | 0 | 1000 | 100011110 | 1010000 | 111100 |
Color Harmonies of #C547EB
Complementary color
Monochromatic Colors of #C547EB
Black with #C547EB
Text Example
Text Example
White with #C547EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547EB; }
p { color: rgb(197,71,235); }
H1.HeaderClassName
{
color: #C547EB;
}
.AnyTagClassName
{
color: #C547EB;
}
</style>
background-color css
<style>
a { background-color: #C547EB; }
a { background-color: rgb(197,71,235); }
div.DivClassName
{
background-color: #C547EB;
}
.BgClassName
{
background-color: #C547EB;
}
</style>
border-color css
<style>
span { border-color: #C547EB; }
span { border-color: rgb(197,71,235); }
td.TdClassName
{
border-color: #C547EB;
}
.TagClassName
{
border-color: #C547EB;
}
</style>