Shades of Medium Orchid #C137DD
Tints of Medium Orchid #C137DD
RGB
CMYK
RGB Variations
Color information
#C137DD (or 0xC137DD) is known color: Medium Orchid. HEX triplet: C1, 37 and DD. RGB value is (193,55,221). Sum of RGB (Red+Green+Blue) = 193+55+221=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #C137DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137DD is #3EC822. Grayscale: #727272. Windows color (decimal): -4114467 or 14497729. OLE color: 14497729.
HSL color Cylindrical-coordinate representation of color #C137DD: hue angle of 289.88º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C137DD is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 55 | 221 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.13 |
| HSL | 289.88º | 0.71% | 0.54% | - |
| HSV(B) | 289.88º | 0.75% | 0.87% | - |
| XYZ | 36.41 | 19.29 | 70.21 | - |
| YUV | 115.19 | 187.72 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 221 | 0.13 | 0.75 | 0 | 0.13 | 289.88 | 0.71 | 0.54 |
| Hex | C1 | 37 | DD | D | 4B | 0 | D | 122 | 47 | 36 |
| Octal | 301 | 67 | 335 | 15 | 113 | 0 | 15 | 442 | 107 | 66 |
| Binary | 11000001 | 110111 | 11011101 | 1101 | 1001011 | 0 | 1101 | 100100010 | 1000111 | 110110 |
Color Harmonies of #C137DD
Complementary color
Monochromatic Colors of #C137DD
Black with #C137DD
Text Example
Text Example
White with #C137DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137DD; }
p { color: rgb(193,55,221); }
H1.HeaderClassName
{
color: #C137DD;
}
.AnyTagClassName
{
color: #C137DD;
}
</style>
background-color css
<style>
a { background-color: #C137DD; }
a { background-color: rgb(193,55,221); }
div.DivClassName
{
background-color: #C137DD;
}
.BgClassName
{
background-color: #C137DD;
}
</style>
border-color css
<style>
span { border-color: #C137DD; }
span { border-color: rgb(193,55,221); }
td.TdClassName
{
border-color: #C137DD;
}
.TagClassName
{
border-color: #C137DD;
}
</style>