Shades of Medium Orchid #C062EF
Tints of Medium Orchid #C062EF
RGB
CMYK
RGB Variations
Color information
#C062EF (or 0xC062EF) is known color: Medium Orchid. HEX triplet: C0, 62 and EF. RGB value is (192,98,239). Sum of RGB (Red+Green+Blue) = 192+98+239=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #C062EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062EF is #3F9D10. Grayscale: #8D8D8D. Windows color (decimal): -4168977 or 15688384. OLE color: 15688384.
HSL color Cylindrical-coordinate representation of color #C062EF: hue angle of 280º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C062EF is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 98 | 239 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.06 |
| HSL | 280º | 0.82% | 0.66% | - |
| HSV(B) | 280º | 0.59% | 0.94% | - |
| XYZ | 41.69 | 26.17 | 84.52 | - |
| YUV | 142.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 239 | 0.20 | 0.59 | 0 | 0.06 | 280 | 0.82 | 0.66 |
| Hex | C0 | 62 | EF | 14 | 3B | 0 | 6 | 118 | 52 | 42 |
| Octal | 300 | 142 | 357 | 24 | 73 | 0 | 6 | 430 | 122 | 102 |
| Binary | 11000000 | 1100010 | 11101111 | 10100 | 111011 | 0 | 110 | 100011000 | 1010010 | 1000010 |
Color Harmonies of #C062EF
Complementary color
Monochromatic Colors of #C062EF
Black with #C062EF
Text Example
Text Example
White with #C062EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062EF; }
p { color: rgb(192,98,239); }
H1.HeaderClassName
{
color: #C062EF;
}
.AnyTagClassName
{
color: #C062EF;
}
</style>
background-color css
<style>
a { background-color: #C062EF; }
a { background-color: rgb(192,98,239); }
div.DivClassName
{
background-color: #C062EF;
}
.BgClassName
{
background-color: #C062EF;
}
</style>
border-color css
<style>
span { border-color: #C062EF; }
span { border-color: rgb(192,98,239); }
td.TdClassName
{
border-color: #C062EF;
}
.TagClassName
{
border-color: #C062EF;
}
</style>