Shades of Medium Orchid #C031DE
Tints of Medium Orchid #C031DE
RGB
CMYK
RGB Variations
Color information
#C031DE (or 0xC031DE) is known color: Medium Orchid. HEX triplet: C0, 31 and DE. RGB value is (192,49,222). Sum of RGB (Red+Green+Blue) = 192+49+222=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #C031DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031DE is #3FCE21. Grayscale: #6E6E6E. Windows color (decimal): -4181538 or 14561728. OLE color: 14561728.
HSL color Cylindrical-coordinate representation of color #C031DE: hue angle of 289.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C031DE is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 49 | 222 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.13 |
| HSL | 289.6º | 0.72% | 0.53% | - |
| HSV(B) | 289.6º | 0.78% | 0.87% | - |
| XYZ | 36.02 | 18.68 | 70.81 | - |
| YUV | 111.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 222 | 0.14 | 0.78 | 0 | 0.13 | 289.6 | 0.72 | 0.53 |
| Hex | C0 | 31 | DE | E | 4E | 0 | D | 122 | 48 | 35 |
| Octal | 300 | 61 | 336 | 16 | 116 | 0 | 15 | 442 | 110 | 65 |
| Binary | 11000000 | 110001 | 11011110 | 1110 | 1001110 | 0 | 1101 | 100100010 | 1001000 | 110101 |
Color Harmonies of #C031DE
Complementary color
Monochromatic Colors of #C031DE
Black with #C031DE
Text Example
Text Example
White with #C031DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031DE; }
p { color: rgb(192,49,222); }
H1.HeaderClassName
{
color: #C031DE;
}
.AnyTagClassName
{
color: #C031DE;
}
</style>
background-color css
<style>
a { background-color: #C031DE; }
a { background-color: rgb(192,49,222); }
div.DivClassName
{
background-color: #C031DE;
}
.BgClassName
{
background-color: #C031DE;
}
</style>
border-color css
<style>
span { border-color: #C031DE; }
span { border-color: rgb(192,49,222); }
td.TdClassName
{
border-color: #C031DE;
}
.TagClassName
{
border-color: #C031DE;
}
</style>