Shades of Medium Orchid #C062EE
Tints of Medium Orchid #C062EE
RGB
CMYK
RGB Variations
Color information
#C062EE (or 0xC062EE) is known color: Medium Orchid. HEX triplet: C0, 62 and EE. RGB value is (192,98,238). Sum of RGB (Red+Green+Blue) = 192+98+238=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C062EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062EE is #3F9D11. Grayscale: #8D8D8D. Windows color (decimal): -4168978 or 15622848. OLE color: 15622848.
HSL color Cylindrical-coordinate representation of color #C062EE: hue angle of 280.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C062EE is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 98 | 238 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.07 |
| HSL | 280.29º | 0.8% | 0.66% | - |
| HSV(B) | 280.29º | 0.59% | 0.93% | - |
| XYZ | 41.54 | 26.11 | 83.74 | - |
| YUV | 142.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 238 | 0.19 | 0.59 | 0 | 0.07 | 280.29 | 0.8 | 0.66 |
| Hex | C0 | 62 | EE | 13 | 3B | 0 | 7 | 118 | 50 | 42 |
| Octal | 300 | 142 | 356 | 23 | 73 | 0 | 7 | 430 | 120 | 102 |
| Binary | 11000000 | 1100010 | 11101110 | 10011 | 111011 | 0 | 111 | 100011000 | 1010000 | 1000010 |
Color Harmonies of #C062EE
Complementary color
Monochromatic Colors of #C062EE
Black with #C062EE
Text Example
Text Example
White with #C062EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062EE; }
p { color: rgb(192,98,238); }
H1.HeaderClassName
{
color: #C062EE;
}
.AnyTagClassName
{
color: #C062EE;
}
</style>
background-color css
<style>
a { background-color: #C062EE; }
a { background-color: rgb(192,98,238); }
div.DivClassName
{
background-color: #C062EE;
}
.BgClassName
{
background-color: #C062EE;
}
</style>
border-color css
<style>
span { border-color: #C062EE; }
span { border-color: rgb(192,98,238); }
td.TdClassName
{
border-color: #C062EE;
}
.TagClassName
{
border-color: #C062EE;
}
</style>