Shades of Medium Orchid #C445EC
Tints of Medium Orchid #C445EC
RGB
CMYK
RGB Variations
Color information
#C445EC (or 0xC445EC) is known color: Medium Orchid. HEX triplet: C4, 45 and EC. RGB value is (196,69,236). Sum of RGB (Red+Green+Blue) = 196+69+236=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #C445EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445EC is #3BBA13. Grayscale: #7D7D7D. Windows color (decimal): -3914260 or 15484356. OLE color: 15484356.
HSL color Cylindrical-coordinate representation of color #C445EC: hue angle of 285.63º 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 #C445EC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 69 | 236 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.07 |
| HSL | 285.63º | 0.81% | 0.6% | - |
| HSV(B) | 285.63º | 0.71% | 0.93% | - |
| XYZ | 40.03 | 22.05 | 81.5 | - |
| YUV | 126.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 236 | 0.17 | 0.71 | 0 | 0.07 | 285.63 | 0.81 | 0.6 |
| Hex | C4 | 45 | EC | 11 | 47 | 0 | 7 | 11E | 51 | 3C |
| Octal | 304 | 105 | 354 | 21 | 107 | 0 | 7 | 436 | 121 | 74 |
| Binary | 11000100 | 1000101 | 11101100 | 10001 | 1000111 | 0 | 111 | 100011110 | 1010001 | 111100 |
Color Harmonies of #C445EC
Complementary color
Monochromatic Colors of #C445EC
Black with #C445EC
Text Example
Text Example
White with #C445EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445EC; }
p { color: rgb(196,69,236); }
H1.HeaderClassName
{
color: #C445EC;
}
.AnyTagClassName
{
color: #C445EC;
}
</style>
background-color css
<style>
a { background-color: #C445EC; }
a { background-color: rgb(196,69,236); }
div.DivClassName
{
background-color: #C445EC;
}
.BgClassName
{
background-color: #C445EC;
}
</style>
border-color css
<style>
span { border-color: #C445EC; }
span { border-color: rgb(196,69,236); }
td.TdClassName
{
border-color: #C445EC;
}
.TagClassName
{
border-color: #C445EC;
}
</style>