Shades of Medium Orchid #C750EC
Tints of Medium Orchid #C750EC
RGB
CMYK
RGB Variations
Color information
#C750EC (or 0xC750EC) is known color: Medium Orchid. HEX triplet: C7, 50 and EC. RGB value is (199,80,236). Sum of RGB (Red+Green+Blue) = 199+80+236=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #C750EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750EC is #38AF13. Grayscale: #848484. Windows color (decimal): -3714836 or 15487175. OLE color: 15487175.
HSL color Cylindrical-coordinate representation of color #C750EC: hue angle of 285.77º 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 #C750EC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 80 | 236 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.77º | 0.8% | 0.62% | - |
| HSV(B) | 285.77º | 0.66% | 0.93% | - |
| XYZ | 41.56 | 23.94 | 81.79 | - |
| YUV | 133.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 236 | 0.16 | 0.66 | 0 | 0.07 | 285.77 | 0.8 | 0.62 |
| Hex | C7 | 50 | EC | 10 | 42 | 0 | 7 | 11E | 50 | 3E |
| Octal | 307 | 120 | 354 | 20 | 102 | 0 | 7 | 436 | 120 | 76 |
| Binary | 11000111 | 1010000 | 11101100 | 10000 | 1000010 | 0 | 111 | 100011110 | 1010000 | 111110 |
Color Harmonies of #C750EC
Complementary color
Monochromatic Colors of #C750EC
Black with #C750EC
Text Example
Text Example
White with #C750EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750EC; }
p { color: rgb(199,80,236); }
H1.HeaderClassName
{
color: #C750EC;
}
.AnyTagClassName
{
color: #C750EC;
}
</style>
background-color css
<style>
a { background-color: #C750EC; }
a { background-color: rgb(199,80,236); }
div.DivClassName
{
background-color: #C750EC;
}
.BgClassName
{
background-color: #C750EC;
}
</style>
border-color css
<style>
span { border-color: #C750EC; }
span { border-color: rgb(199,80,236); }
td.TdClassName
{
border-color: #C750EC;
}
.TagClassName
{
border-color: #C750EC;
}
</style>