Shades of Medium Orchid #C62CE9
Tints of Medium Orchid #C62CE9
RGB
CMYK
RGB Variations
Color information
#C62CE9 (or 0xC62CE9) is known color: Medium Orchid. HEX triplet: C6, 2C and E9. RGB value is (198,44,233). Sum of RGB (Red+Green+Blue) = 198+44+233=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #C62CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CE9 is #39D316. Grayscale: #6E6E6E. Windows color (decimal): -3789591 or 15281350. OLE color: 15281350.
HSL color Cylindrical-coordinate representation of color #C62CE9: hue angle of 288.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62CE9 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 44 | 233 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.09 |
| HSL | 288.89º | 0.81% | 0.54% | - |
| HSV(B) | 288.89º | 0.81% | 0.91% | - |
| XYZ | 38.9 | 19.69 | 78.84 | - |
| YUV | 111.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 233 | 0.15 | 0.81 | 0 | 0.09 | 288.89 | 0.81 | 0.54 |
| Hex | C6 | 2C | E9 | F | 51 | 0 | 9 | 121 | 51 | 36 |
| Octal | 306 | 54 | 351 | 17 | 121 | 0 | 11 | 441 | 121 | 66 |
| Binary | 11000110 | 101100 | 11101001 | 1111 | 1010001 | 0 | 1001 | 100100001 | 1010001 | 110110 |
Color Harmonies of #C62CE9
Complementary color
Monochromatic Colors of #C62CE9
Black with #C62CE9
Text Example
Text Example
White with #C62CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CE9; }
p { color: rgb(198,44,233); }
H1.HeaderClassName
{
color: #C62CE9;
}
.AnyTagClassName
{
color: #C62CE9;
}
</style>
background-color css
<style>
a { background-color: #C62CE9; }
a { background-color: rgb(198,44,233); }
div.DivClassName
{
background-color: #C62CE9;
}
.BgClassName
{
background-color: #C62CE9;
}
</style>
border-color css
<style>
span { border-color: #C62CE9; }
span { border-color: rgb(198,44,233); }
td.TdClassName
{
border-color: #C62CE9;
}
.TagClassName
{
border-color: #C62CE9;
}
</style>