Shades of Medium Orchid #C031ED
Tints of Medium Orchid #C031ED
RGB
CMYK
RGB Variations
Color information
#C031ED (or 0xC031ED) is known color: Medium Orchid. HEX triplet: C0, 31 and ED. RGB value is (192,49,237). Sum of RGB (Red+Green+Blue) = 192+49+237=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #C031ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031ED is #3FCE12. Grayscale: #707070. Windows color (decimal): -4181523 or 15544768. OLE color: 15544768.
HSL color Cylindrical-coordinate representation of color #C031ED: hue angle of 285.64º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C031ED is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 49 | 237 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.07 |
| HSL | 285.64º | 0.84% | 0.56% | - |
| HSV(B) | 285.64º | 0.79% | 0.93% | - |
| XYZ | 38.12 | 19.52 | 81.88 | - |
| YUV | 113.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 237 | 0.19 | 0.79 | 0 | 0.07 | 285.64 | 0.84 | 0.56 |
| Hex | C0 | 31 | ED | 13 | 4F | 0 | 7 | 11E | 54 | 38 |
| Octal | 300 | 61 | 355 | 23 | 117 | 0 | 7 | 436 | 124 | 70 |
| Binary | 11000000 | 110001 | 11101101 | 10011 | 1001111 | 0 | 111 | 100011110 | 1010100 | 111000 |
Color Harmonies of #C031ED
Complementary color
Monochromatic Colors of #C031ED
Black with #C031ED
Text Example
Text Example
White with #C031ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031ED; }
p { color: rgb(192,49,237); }
H1.HeaderClassName
{
color: #C031ED;
}
.AnyTagClassName
{
color: #C031ED;
}
</style>
background-color css
<style>
a { background-color: #C031ED; }
a { background-color: rgb(192,49,237); }
div.DivClassName
{
background-color: #C031ED;
}
.BgClassName
{
background-color: #C031ED;
}
</style>
border-color css
<style>
span { border-color: #C031ED; }
span { border-color: rgb(192,49,237); }
td.TdClassName
{
border-color: #C031ED;
}
.TagClassName
{
border-color: #C031ED;
}
</style>