Shades of Medium Orchid #C031E5
Tints of Medium Orchid #C031E5
RGB
CMYK
RGB Variations
Color information
#C031E5 (or 0xC031E5) is known color: Medium Orchid. HEX triplet: C0, 31 and E5. RGB value is (192,49,229). Sum of RGB (Red+Green+Blue) = 192+49+229=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #C031E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031E5 is #3FCE1A. Grayscale: #6F6F6F. Windows color (decimal): -4181531 or 15020480. OLE color: 15020480.
HSL color Cylindrical-coordinate representation of color #C031E5: hue angle of 287.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C031E5 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 49 | 229 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.10 |
| HSL | 287.67º | 0.78% | 0.55% | - |
| HSV(B) | 287.67º | 0.79% | 0.9% | - |
| XYZ | 36.98 | 19.06 | 75.86 | - |
| YUV | 112.28 | 193.88 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 229 | 0.16 | 0.79 | 0 | 0.10 | 287.67 | 0.78 | 0.55 |
| Hex | C0 | 31 | E5 | 10 | 4F | 0 | A | 120 | 4E | 37 |
| Octal | 300 | 61 | 345 | 20 | 117 | 0 | 12 | 440 | 116 | 67 |
| Binary | 11000000 | 110001 | 11100101 | 10000 | 1001111 | 0 | 1010 | 100100000 | 1001110 | 110111 |
Color Harmonies of #C031E5
Complementary color
Monochromatic Colors of #C031E5
Black with #C031E5
Text Example
Text Example
White with #C031E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031E5; }
p { color: rgb(192,49,229); }
H1.HeaderClassName
{
color: #C031E5;
}
.AnyTagClassName
{
color: #C031E5;
}
</style>
background-color css
<style>
a { background-color: #C031E5; }
a { background-color: rgb(192,49,229); }
div.DivClassName
{
background-color: #C031E5;
}
.BgClassName
{
background-color: #C031E5;
}
</style>
border-color css
<style>
span { border-color: #C031E5; }
span { border-color: rgb(192,49,229); }
td.TdClassName
{
border-color: #C031E5;
}
.TagClassName
{
border-color: #C031E5;
}
</style>