Shades of Medium Orchid #C462EC
Tints of Medium Orchid #C462EC
RGB
CMYK
RGB Variations
Color information
#C462EC (or 0xC462EC) is known color: Medium Orchid. HEX triplet: C4, 62 and EC. RGB value is (196,98,236). Sum of RGB (Red+Green+Blue) = 196+98+236=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #C462EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C462EC is #3B9D13. Grayscale: #8E8E8E. Windows color (decimal): -3906836 or 15491780. OLE color: 15491780.
HSL color Cylindrical-coordinate representation of color #C462EC: hue angle of 282.61º 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 #C462EC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 98 | 236 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.07 |
| HSL | 282.61º | 0.78% | 0.65% | - |
| HSV(B) | 282.61º | 0.58% | 0.93% | - |
| XYZ | 42.27 | 26.53 | 82.25 | - |
| YUV | 143.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 236 | 0.17 | 0.58 | 0 | 0.07 | 282.61 | 0.78 | 0.65 |
| Hex | C4 | 62 | EC | 11 | 3A | 0 | 7 | 11B | 4E | 41 |
| Octal | 304 | 142 | 354 | 21 | 72 | 0 | 7 | 433 | 116 | 101 |
| Binary | 11000100 | 1100010 | 11101100 | 10001 | 111010 | 0 | 111 | 100011011 | 1001110 | 1000001 |
Color Harmonies of #C462EC
Complementary color
Monochromatic Colors of #C462EC
Black with #C462EC
Text Example
Text Example
White with #C462EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462EC; }
p { color: rgb(196,98,236); }
H1.HeaderClassName
{
color: #C462EC;
}
.AnyTagClassName
{
color: #C462EC;
}
</style>
background-color css
<style>
a { background-color: #C462EC; }
a { background-color: rgb(196,98,236); }
div.DivClassName
{
background-color: #C462EC;
}
.BgClassName
{
background-color: #C462EC;
}
</style>
border-color css
<style>
span { border-color: #C462EC; }
span { border-color: rgb(196,98,236); }
td.TdClassName
{
border-color: #C462EC;
}
.TagClassName
{
border-color: #C462EC;
}
</style>