Shades of Medium Orchid #C137D6
Tints of Medium Orchid #C137D6
RGB
CMYK
RGB Variations
Color information
#C137D6 (or 0xC137D6) is known color: Medium Orchid. HEX triplet: C1, 37 and D6. RGB value is (193,55,214). Sum of RGB (Red+Green+Blue) = 193+55+214=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #C137D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137D6 is #3EC829. Grayscale: #717171. Windows color (decimal): -4114474 or 14038977. OLE color: 14038977.
HSL color Cylindrical-coordinate representation of color #C137D6: hue angle of 292.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C137D6 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 55 | 214 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.16 |
| HSL | 292.08º | 0.66% | 0.53% | - |
| HSV(B) | 292.08º | 0.74% | 0.84% | - |
| XYZ | 35.5 | 18.92 | 65.4 | - |
| YUV | 114.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 214 | 0.10 | 0.74 | 0 | 0.16 | 292.08 | 0.66 | 0.53 |
| Hex | C1 | 37 | D6 | A | 4A | 0 | 10 | 124 | 42 | 35 |
| Octal | 301 | 67 | 326 | 12 | 112 | 0 | 20 | 444 | 102 | 65 |
| Binary | 11000001 | 110111 | 11010110 | 1010 | 1001010 | 0 | 10000 | 100100100 | 1000010 | 110101 |
Color Harmonies of #C137D6
Complementary color
Monochromatic Colors of #C137D6
Black with #C137D6
Text Example
Text Example
White with #C137D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137D6; }
p { color: rgb(193,55,214); }
H1.HeaderClassName
{
color: #C137D6;
}
.AnyTagClassName
{
color: #C137D6;
}
</style>
background-color css
<style>
a { background-color: #C137D6; }
a { background-color: rgb(193,55,214); }
div.DivClassName
{
background-color: #C137D6;
}
.BgClassName
{
background-color: #C137D6;
}
</style>
border-color css
<style>
span { border-color: #C137D6; }
span { border-color: rgb(193,55,214); }
td.TdClassName
{
border-color: #C137D6;
}
.TagClassName
{
border-color: #C137D6;
}
</style>