Shades of Medium Orchid #C131DD
Tints of Medium Orchid #C131DD
RGB
CMYK
RGB Variations
Color information
#C131DD (or 0xC131DD) is known color: Medium Orchid. HEX triplet: C1, 31 and DD. RGB value is (193,49,221). Sum of RGB (Red+Green+Blue) = 193+49+221=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C131DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131DD is #3ECE22. Grayscale: #6F6F6F. Windows color (decimal): -4116003 or 14496193. OLE color: 14496193.
HSL color Cylindrical-coordinate representation of color #C131DD: hue angle of 290.23º 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 #C131DD is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 49 | 221 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.13 |
| HSL | 290.23º | 0.72% | 0.53% | - |
| HSV(B) | 290.23º | 0.78% | 0.87% | - |
| XYZ | 36.14 | 18.75 | 70.12 | - |
| YUV | 111.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 221 | 0.13 | 0.78 | 0 | 0.13 | 290.23 | 0.72 | 0.53 |
| Hex | C1 | 31 | DD | D | 4E | 0 | D | 122 | 48 | 35 |
| Octal | 301 | 61 | 335 | 15 | 116 | 0 | 15 | 442 | 110 | 65 |
| Binary | 11000001 | 110001 | 11011101 | 1101 | 1001110 | 0 | 1101 | 100100010 | 1001000 | 110101 |
Color Harmonies of #C131DD
Complementary color
Monochromatic Colors of #C131DD
Black with #C131DD
Text Example
Text Example
White with #C131DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131DD; }
p { color: rgb(193,49,221); }
H1.HeaderClassName
{
color: #C131DD;
}
.AnyTagClassName
{
color: #C131DD;
}
</style>
background-color css
<style>
a { background-color: #C131DD; }
a { background-color: rgb(193,49,221); }
div.DivClassName
{
background-color: #C131DD;
}
.BgClassName
{
background-color: #C131DD;
}
</style>
border-color css
<style>
span { border-color: #C131DD; }
span { border-color: rgb(193,49,221); }
td.TdClassName
{
border-color: #C131DD;
}
.TagClassName
{
border-color: #C131DD;
}
</style>