Shades of Medium Orchid #C051EC
Tints of Medium Orchid #C051EC
RGB
CMYK
RGB Variations
Color information
#C051EC (or 0xC051EC) is known color: Medium Orchid. HEX triplet: C0, 51 and EC. RGB value is (192,81,236). Sum of RGB (Red+Green+Blue) = 192+81+236=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #C051EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C051EC is #3FAE13. Grayscale: #838383. Windows color (decimal): -4173332 or 15487424. OLE color: 15487424.
HSL color Cylindrical-coordinate representation of color #C051EC: hue angle of 282.97º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C051EC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 81 | 236 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.07 |
| HSL | 282.97º | 0.8% | 0.62% | - |
| HSV(B) | 282.97º | 0.66% | 0.93% | - |
| XYZ | 39.82 | 23.15 | 81.73 | - |
| YUV | 131.86 | 186.77 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 236 | 0.19 | 0.66 | 0 | 0.07 | 282.97 | 0.8 | 0.62 |
| Hex | C0 | 51 | EC | 13 | 42 | 0 | 7 | 11B | 50 | 3E |
| Octal | 300 | 121 | 354 | 23 | 102 | 0 | 7 | 433 | 120 | 76 |
| Binary | 11000000 | 1010001 | 11101100 | 10011 | 1000010 | 0 | 111 | 100011011 | 1010000 | 111110 |
Color Harmonies of #C051EC
Complementary color
Monochromatic Colors of #C051EC
Black with #C051EC
Text Example
Text Example
White with #C051EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051EC; }
p { color: rgb(192,81,236); }
H1.HeaderClassName
{
color: #C051EC;
}
.AnyTagClassName
{
color: #C051EC;
}
</style>
background-color css
<style>
a { background-color: #C051EC; }
a { background-color: rgb(192,81,236); }
div.DivClassName
{
background-color: #C051EC;
}
.BgClassName
{
background-color: #C051EC;
}
</style>
border-color css
<style>
span { border-color: #C051EC; }
span { border-color: rgb(192,81,236); }
td.TdClassName
{
border-color: #C051EC;
}
.TagClassName
{
border-color: #C051EC;
}
</style>