Shades of Medium Orchid #C545EC
Tints of Medium Orchid #C545EC
RGB
CMYK
RGB Variations
Color information
#C545EC (or 0xC545EC) is known color: Medium Orchid. HEX triplet: C5, 45 and EC. RGB value is (197,69,236). Sum of RGB (Red+Green+Blue) = 197+69+236=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #C545EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545EC is #3ABA13. Grayscale: #7D7D7D. Windows color (decimal): -3848724 or 15484357. OLE color: 15484357.
HSL color Cylindrical-coordinate representation of color #C545EC: hue angle of 285.99º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C545EC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 69 | 236 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.07 |
| HSL | 285.99º | 0.81% | 0.6% | - |
| HSV(B) | 285.99º | 0.71% | 0.93% | - |
| XYZ | 40.29 | 22.18 | 81.51 | - |
| YUV | 126.31 | 189.91 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 236 | 0.17 | 0.71 | 0 | 0.07 | 285.99 | 0.81 | 0.6 |
| Hex | C5 | 45 | EC | 11 | 47 | 0 | 7 | 11E | 51 | 3C |
| Octal | 305 | 105 | 354 | 21 | 107 | 0 | 7 | 436 | 121 | 74 |
| Binary | 11000101 | 1000101 | 11101100 | 10001 | 1000111 | 0 | 111 | 100011110 | 1010001 | 111100 |
Color Harmonies of #C545EC
Complementary color
Monochromatic Colors of #C545EC
Black with #C545EC
Text Example
Text Example
White with #C545EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545EC; }
p { color: rgb(197,69,236); }
H1.HeaderClassName
{
color: #C545EC;
}
.AnyTagClassName
{
color: #C545EC;
}
</style>
background-color css
<style>
a { background-color: #C545EC; }
a { background-color: rgb(197,69,236); }
div.DivClassName
{
background-color: #C545EC;
}
.BgClassName
{
background-color: #C545EC;
}
</style>
border-color css
<style>
span { border-color: #C545EC; }
span { border-color: rgb(197,69,236); }
td.TdClassName
{
border-color: #C545EC;
}
.TagClassName
{
border-color: #C545EC;
}
</style>