Shades of Medium Orchid #C662EC
Tints of Medium Orchid #C662EC
RGB
CMYK
RGB Variations
Color information
#C662EC (or 0xC662EC) is known color: Medium Orchid. HEX triplet: C6, 62 and EC. RGB value is (198,98,236). Sum of RGB (Red+Green+Blue) = 198+98+236=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #C662EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C662EC is #399D13. Grayscale: #8F8F8F. Windows color (decimal): -3775764 or 15491782. OLE color: 15491782.
HSL color Cylindrical-coordinate representation of color #C662EC: hue angle of 283.48º 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 #C662EC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 98 | 236 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.07 |
| HSL | 283.48º | 0.78% | 0.65% | - |
| HSV(B) | 283.48º | 0.58% | 0.93% | - |
| XYZ | 42.8 | 26.8 | 82.27 | - |
| YUV | 143.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 236 | 0.16 | 0.58 | 0 | 0.07 | 283.48 | 0.78 | 0.65 |
| Hex | C6 | 62 | EC | 10 | 3A | 0 | 7 | 11B | 4E | 41 |
| Octal | 306 | 142 | 354 | 20 | 72 | 0 | 7 | 433 | 116 | 101 |
| Binary | 11000110 | 1100010 | 11101100 | 10000 | 111010 | 0 | 111 | 100011011 | 1001110 | 1000001 |
Color Harmonies of #C662EC
Complementary color
Monochromatic Colors of #C662EC
Black with #C662EC
Text Example
Text Example
White with #C662EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662EC; }
p { color: rgb(198,98,236); }
H1.HeaderClassName
{
color: #C662EC;
}
.AnyTagClassName
{
color: #C662EC;
}
</style>
background-color css
<style>
a { background-color: #C662EC; }
a { background-color: rgb(198,98,236); }
div.DivClassName
{
background-color: #C662EC;
}
.BgClassName
{
background-color: #C662EC;
}
</style>
border-color css
<style>
span { border-color: #C662EC; }
span { border-color: rgb(198,98,236); }
td.TdClassName
{
border-color: #C662EC;
}
.TagClassName
{
border-color: #C662EC;
}
</style>