Shades of Medium Orchid #C031E9
Tints of Medium Orchid #C031E9
RGB
CMYK
RGB Variations
Color information
#C031E9 (or 0xC031E9) is known color: Medium Orchid. HEX triplet: C0, 31 and E9. RGB value is (192,49,233). Sum of RGB (Red+Green+Blue) = 192+49+233=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #C031E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031E9 is #3FCE16. Grayscale: #707070. Windows color (decimal): -4181527 or 15282624. OLE color: 15282624.
HSL color Cylindrical-coordinate representation of color #C031E9: hue angle of 286.63º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C031E9 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 49 | 233 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.09 |
| HSL | 286.63º | 0.81% | 0.55% | - |
| HSV(B) | 286.63º | 0.79% | 0.91% | - |
| XYZ | 37.54 | 19.29 | 78.83 | - |
| YUV | 112.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 233 | 0.18 | 0.79 | 0 | 0.09 | 286.63 | 0.81 | 0.55 |
| Hex | C0 | 31 | E9 | 12 | 4F | 0 | 9 | 11F | 51 | 37 |
| Octal | 300 | 61 | 351 | 22 | 117 | 0 | 11 | 437 | 121 | 67 |
| Binary | 11000000 | 110001 | 11101001 | 10010 | 1001111 | 0 | 1001 | 100011111 | 1010001 | 110111 |
Color Harmonies of #C031E9
Complementary color
Monochromatic Colors of #C031E9
Black with #C031E9
Text Example
Text Example
White with #C031E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031E9; }
p { color: rgb(192,49,233); }
H1.HeaderClassName
{
color: #C031E9;
}
.AnyTagClassName
{
color: #C031E9;
}
</style>
background-color css
<style>
a { background-color: #C031E9; }
a { background-color: rgb(192,49,233); }
div.DivClassName
{
background-color: #C031E9;
}
.BgClassName
{
background-color: #C031E9;
}
</style>
border-color css
<style>
span { border-color: #C031E9; }
span { border-color: rgb(192,49,233); }
td.TdClassName
{
border-color: #C031E9;
}
.TagClassName
{
border-color: #C031E9;
}
</style>