Shades of Medium Orchid #C031F3
Tints of Medium Orchid #C031F3
RGB
CMYK
RGB Variations
Color information
#C031F3 (or 0xC031F3) is known color: Medium Orchid. HEX triplet: C0, 31 and F3. RGB value is (192,49,243). Sum of RGB (Red+Green+Blue) = 192+49+243=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #C031F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031F3 is #3FCE0C. Grayscale: #717171. Windows color (decimal): -4181517 or 15937984. OLE color: 15937984.
HSL color Cylindrical-coordinate representation of color #C031F3: hue angle of 284.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C031F3 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 49 | 243 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.05 |
| HSL | 284.23º | 0.89% | 0.57% | - |
| HSV(B) | 284.23º | 0.8% | 0.95% | - |
| XYZ | 39.01 | 19.87 | 86.57 | - |
| YUV | 113.87 | 200.88 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 243 | 0.21 | 0.80 | 0 | 0.05 | 284.23 | 0.89 | 0.57 |
| Hex | C0 | 31 | F3 | 15 | 50 | 0 | 5 | 11C | 59 | 39 |
| Octal | 300 | 61 | 363 | 25 | 120 | 0 | 5 | 434 | 131 | 71 |
| Binary | 11000000 | 110001 | 11110011 | 10101 | 1010000 | 0 | 101 | 100011100 | 1011001 | 111001 |
Color Harmonies of #C031F3
Complementary color
Monochromatic Colors of #C031F3
Black with #C031F3
Text Example
Text Example
White with #C031F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031F3; }
p { color: rgb(192,49,243); }
H1.HeaderClassName
{
color: #C031F3;
}
.AnyTagClassName
{
color: #C031F3;
}
</style>
background-color css
<style>
a { background-color: #C031F3; }
a { background-color: rgb(192,49,243); }
div.DivClassName
{
background-color: #C031F3;
}
.BgClassName
{
background-color: #C031F3;
}
</style>
border-color css
<style>
span { border-color: #C031F3; }
span { border-color: rgb(192,49,243); }
td.TdClassName
{
border-color: #C031F3;
}
.TagClassName
{
border-color: #C031F3;
}
</style>