Shades of Medium Orchid #C062E2
Tints of Medium Orchid #C062E2
RGB
CMYK
RGB Variations
Color information
#C062E2 (or 0xC062E2) is known color: Medium Orchid. HEX triplet: C0, 62 and E2. RGB value is (192,98,226). Sum of RGB (Red+Green+Blue) = 192+98+226=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #C062E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062E2 is #3F9D1D. Grayscale: #8C8C8C. Windows color (decimal): -4168990 or 14836416. OLE color: 14836416.
HSL color Cylindrical-coordinate representation of color #C062E2: hue angle of 284.06º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C062E2 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 98 | 226 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.11 |
| HSL | 284.06º | 0.69% | 0.64% | - |
| HSV(B) | 284.06º | 0.57% | 0.89% | - |
| XYZ | 39.83 | 25.43 | 74.76 | - |
| YUV | 140.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 226 | 0.15 | 0.57 | 0 | 0.11 | 284.06 | 0.69 | 0.64 |
| Hex | C0 | 62 | E2 | F | 39 | 0 | B | 11C | 45 | 40 |
| Octal | 300 | 142 | 342 | 17 | 71 | 0 | 13 | 434 | 105 | 100 |
| Binary | 11000000 | 1100010 | 11100010 | 1111 | 111001 | 0 | 1011 | 100011100 | 1000101 | 1000000 |
Color Harmonies of #C062E2
Complementary color
Monochromatic Colors of #C062E2
Black with #C062E2
Text Example
Text Example
White with #C062E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062E2; }
p { color: rgb(192,98,226); }
H1.HeaderClassName
{
color: #C062E2;
}
.AnyTagClassName
{
color: #C062E2;
}
</style>
background-color css
<style>
a { background-color: #C062E2; }
a { background-color: rgb(192,98,226); }
div.DivClassName
{
background-color: #C062E2;
}
.BgClassName
{
background-color: #C062E2;
}
</style>
border-color css
<style>
span { border-color: #C062E2; }
span { border-color: rgb(192,98,226); }
td.TdClassName
{
border-color: #C062E2;
}
.TagClassName
{
border-color: #C062E2;
}
</style>