Shades of Medium Orchid #C031D3
Tints of Medium Orchid #C031D3
RGB
CMYK
RGB Variations
Color information
#C031D3 (or 0xC031D3) is known color: Medium Orchid. HEX triplet: C0, 31 and D3. RGB value is (192,49,211). Sum of RGB (Red+Green+Blue) = 192+49+211=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 211 - color contains mainly: blue. Hex color #C031D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031D3 is #3FCE2C. Grayscale: #6D6D6D. Windows color (decimal): -4181549 or 13840832. OLE color: 13840832.
HSL color Cylindrical-coordinate representation of color #C031D3: hue angle of 292.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C031D3 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 49 | 211 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.17 |
| HSL | 292.96º | 0.65% | 0.51% | - |
| HSV(B) | 292.96º | 0.77% | 0.83% | - |
| XYZ | 34.59 | 18.11 | 63.3 | - |
| YUV | 110.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 211 | 0.09 | 0.77 | 0 | 0.17 | 292.96 | 0.65 | 0.51 |
| Hex | C0 | 31 | D3 | 9 | 4D | 0 | 11 | 125 | 41 | 33 |
| Octal | 300 | 61 | 323 | 11 | 115 | 0 | 21 | 445 | 101 | 63 |
| Binary | 11000000 | 110001 | 11010011 | 1001 | 1001101 | 0 | 10001 | 100100101 | 1000001 | 110011 |
Color Harmonies of #C031D3
Complementary color
Monochromatic Colors of #C031D3
Black with #C031D3
Text Example
Text Example
White with #C031D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031D3; }
p { color: rgb(192,49,211); }
H1.HeaderClassName
{
color: #C031D3;
}
.AnyTagClassName
{
color: #C031D3;
}
</style>
background-color css
<style>
a { background-color: #C031D3; }
a { background-color: rgb(192,49,211); }
div.DivClassName
{
background-color: #C031D3;
}
.BgClassName
{
background-color: #C031D3;
}
</style>
border-color css
<style>
span { border-color: #C031D3; }
span { border-color: rgb(192,49,211); }
td.TdClassName
{
border-color: #C031D3;
}
.TagClassName
{
border-color: #C031D3;
}
</style>