Shades of Medium Orchid #C044EC
Tints of Medium Orchid #C044EC
RGB
CMYK
RGB Variations
Color information
#C044EC (or 0xC044EC) is known color: Medium Orchid. HEX triplet: C0, 44 and EC. RGB value is (192,68,236). Sum of RGB (Red+Green+Blue) = 192+68+236=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #C044EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044EC is #3FBB13. Grayscale: #7B7B7B. Windows color (decimal): -4176660 or 15484096. OLE color: 15484096.
HSL color Cylindrical-coordinate representation of color #C044EC: hue angle of 284.29º degrees, saturation: 0.82, 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 #C044EC is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 68 | 236 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.07 |
| HSL | 284.29º | 0.82% | 0.6% | - |
| HSV(B) | 284.29º | 0.71% | 0.93% | - |
| XYZ | 38.95 | 21.4 | 81.43 | - |
| YUV | 124.23 | 191.08 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 236 | 0.19 | 0.71 | 0 | 0.07 | 284.29 | 0.82 | 0.6 |
| Hex | C0 | 44 | EC | 13 | 47 | 0 | 7 | 11C | 52 | 3C |
| Octal | 300 | 104 | 354 | 23 | 107 | 0 | 7 | 434 | 122 | 74 |
| Binary | 11000000 | 1000100 | 11101100 | 10011 | 1000111 | 0 | 111 | 100011100 | 1010010 | 111100 |
Color Harmonies of #C044EC
Complementary color
Monochromatic Colors of #C044EC
Black with #C044EC
Text Example
Text Example
White with #C044EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044EC; }
p { color: rgb(192,68,236); }
H1.HeaderClassName
{
color: #C044EC;
}
.AnyTagClassName
{
color: #C044EC;
}
</style>
background-color css
<style>
a { background-color: #C044EC; }
a { background-color: rgb(192,68,236); }
div.DivClassName
{
background-color: #C044EC;
}
.BgClassName
{
background-color: #C044EC;
}
</style>
border-color css
<style>
span { border-color: #C044EC; }
span { border-color: rgb(192,68,236); }
td.TdClassName
{
border-color: #C044EC;
}
.TagClassName
{
border-color: #C044EC;
}
</style>