Shades of Medium Orchid #C62EE7
Tints of Medium Orchid #C62EE7
RGB
CMYK
RGB Variations
Color information
#C62EE7 (or 0xC62EE7) is known color: Medium Orchid. HEX triplet: C6, 2E and E7. RGB value is (198,46,231). Sum of RGB (Red+Green+Blue) = 198+46+231=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #C62EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EE7 is #39D118. Grayscale: #6F6F6F. Windows color (decimal): -3789081 or 15150790. OLE color: 15150790.
HSL color Cylindrical-coordinate representation of color #C62EE7: hue angle of 289.3º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62EE7 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 46 | 231 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.09 |
| HSL | 289.3º | 0.79% | 0.54% | - |
| HSV(B) | 289.3º | 0.8% | 0.91% | - |
| XYZ | 38.69 | 19.73 | 77.37 | - |
| YUV | 112.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 231 | 0.14 | 0.80 | 0 | 0.09 | 289.3 | 0.79 | 0.54 |
| Hex | C6 | 2E | E7 | E | 50 | 0 | 9 | 121 | 4F | 36 |
| Octal | 306 | 56 | 347 | 16 | 120 | 0 | 11 | 441 | 117 | 66 |
| Binary | 11000110 | 101110 | 11100111 | 1110 | 1010000 | 0 | 1001 | 100100001 | 1001111 | 110110 |
Color Harmonies of #C62EE7
Complementary color
Monochromatic Colors of #C62EE7
Black with #C62EE7
Text Example
Text Example
White with #C62EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62EE7; }
p { color: rgb(198,46,231); }
H1.HeaderClassName
{
color: #C62EE7;
}
.AnyTagClassName
{
color: #C62EE7;
}
</style>
background-color css
<style>
a { background-color: #C62EE7; }
a { background-color: rgb(198,46,231); }
div.DivClassName
{
background-color: #C62EE7;
}
.BgClassName
{
background-color: #C62EE7;
}
</style>
border-color css
<style>
span { border-color: #C62EE7; }
span { border-color: rgb(198,46,231); }
td.TdClassName
{
border-color: #C62EE7;
}
.TagClassName
{
border-color: #C62EE7;
}
</style>