Shades of Medium Orchid #C762EC
Tints of Medium Orchid #C762EC
RGB
CMYK
RGB Variations
Color information
#C762EC (or 0xC762EC) is known color: Medium Orchid. HEX triplet: C7, 62 and EC. RGB value is (199,98,236). Sum of RGB (Red+Green+Blue) = 199+98+236=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #C762EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C762EC is #389D13. Grayscale: #8F8F8F. Windows color (decimal): -3710228 or 15491783. OLE color: 15491783.
HSL color Cylindrical-coordinate representation of color #C762EC: hue angle of 283.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C762EC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 98 | 236 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.07 |
| HSL | 283.91º | 0.78% | 0.65% | - |
| HSV(B) | 283.91º | 0.58% | 0.93% | - |
| XYZ | 43.06 | 26.93 | 82.29 | - |
| YUV | 143.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 236 | 0.16 | 0.58 | 0 | 0.07 | 283.91 | 0.78 | 0.65 |
| Hex | C7 | 62 | EC | 10 | 3A | 0 | 7 | 11C | 4E | 41 |
| Octal | 307 | 142 | 354 | 20 | 72 | 0 | 7 | 434 | 116 | 101 |
| Binary | 11000111 | 1100010 | 11101100 | 10000 | 111010 | 0 | 111 | 100011100 | 1001110 | 1000001 |
Color Harmonies of #C762EC
Complementary color
Monochromatic Colors of #C762EC
Black with #C762EC
Text Example
Text Example
White with #C762EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762EC; }
p { color: rgb(199,98,236); }
H1.HeaderClassName
{
color: #C762EC;
}
.AnyTagClassName
{
color: #C762EC;
}
</style>
background-color css
<style>
a { background-color: #C762EC; }
a { background-color: rgb(199,98,236); }
div.DivClassName
{
background-color: #C762EC;
}
.BgClassName
{
background-color: #C762EC;
}
</style>
border-color css
<style>
span { border-color: #C762EC; }
span { border-color: rgb(199,98,236); }
td.TdClassName
{
border-color: #C762EC;
}
.TagClassName
{
border-color: #C762EC;
}
</style>