Shades of Medium Orchid #C062E5
Tints of Medium Orchid #C062E5
RGB
CMYK
RGB Variations
Color information
#C062E5 (or 0xC062E5) is known color: Medium Orchid. HEX triplet: C0, 62 and E5. RGB value is (192,98,229). Sum of RGB (Red+Green+Blue) = 192+98+229=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #C062E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062E5 is #3F9D1A. Grayscale: #8C8C8C. Windows color (decimal): -4168987 or 15033024. OLE color: 15033024.
HSL color Cylindrical-coordinate representation of color #C062E5: hue angle of 283.05º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C062E5 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 98 | 229 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.10 |
| HSL | 283.05º | 0.72% | 0.64% | - |
| HSV(B) | 283.05º | 0.57% | 0.9% | - |
| XYZ | 40.25 | 25.6 | 76.95 | - |
| YUV | 141.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 229 | 0.16 | 0.57 | 0 | 0.10 | 283.05 | 0.72 | 0.64 |
| Hex | C0 | 62 | E5 | 10 | 39 | 0 | A | 11B | 48 | 40 |
| Octal | 300 | 142 | 345 | 20 | 71 | 0 | 12 | 433 | 110 | 100 |
| Binary | 11000000 | 1100010 | 11100101 | 10000 | 111001 | 0 | 1010 | 100011011 | 1001000 | 1000000 |
Color Harmonies of #C062E5
Complementary color
Monochromatic Colors of #C062E5
Black with #C062E5
Text Example
Text Example
White with #C062E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062E5; }
p { color: rgb(192,98,229); }
H1.HeaderClassName
{
color: #C062E5;
}
.AnyTagClassName
{
color: #C062E5;
}
</style>
background-color css
<style>
a { background-color: #C062E5; }
a { background-color: rgb(192,98,229); }
div.DivClassName
{
background-color: #C062E5;
}
.BgClassName
{
background-color: #C062E5;
}
</style>
border-color css
<style>
span { border-color: #C062E5; }
span { border-color: rgb(192,98,229); }
td.TdClassName
{
border-color: #C062E5;
}
.TagClassName
{
border-color: #C062E5;
}
</style>