Shades of Medium Orchid #C137DC
Tints of Medium Orchid #C137DC
RGB
CMYK
RGB Variations
Color information
#C137DC (or 0xC137DC) is known color: Medium Orchid. HEX triplet: C1, 37 and DC. RGB value is (193,55,220). Sum of RGB (Red+Green+Blue) = 193+55+220=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #C137DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137DC is #3EC823. Grayscale: #727272. Windows color (decimal): -4114468 or 14432193. OLE color: 14432193.
HSL color Cylindrical-coordinate representation of color #C137DC: hue angle of 290.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C137DC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 55 | 220 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.14 |
| HSL | 290.18º | 0.7% | 0.54% | - |
| HSV(B) | 290.18º | 0.75% | 0.86% | - |
| XYZ | 36.28 | 19.24 | 69.51 | - |
| YUV | 115.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 220 | 0.12 | 0.75 | 0 | 0.14 | 290.18 | 0.7 | 0.54 |
| Hex | C1 | 37 | DC | C | 4B | 0 | E | 122 | 46 | 36 |
| Octal | 301 | 67 | 334 | 14 | 113 | 0 | 16 | 442 | 106 | 66 |
| Binary | 11000001 | 110111 | 11011100 | 1100 | 1001011 | 0 | 1110 | 100100010 | 1000110 | 110110 |
Color Harmonies of #C137DC
Complementary color
Monochromatic Colors of #C137DC
Black with #C137DC
Text Example
Text Example
White with #C137DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137DC; }
p { color: rgb(193,55,220); }
H1.HeaderClassName
{
color: #C137DC;
}
.AnyTagClassName
{
color: #C137DC;
}
</style>
background-color css
<style>
a { background-color: #C137DC; }
a { background-color: rgb(193,55,220); }
div.DivClassName
{
background-color: #C137DC;
}
.BgClassName
{
background-color: #C137DC;
}
</style>
border-color css
<style>
span { border-color: #C137DC; }
span { border-color: rgb(193,55,220); }
td.TdClassName
{
border-color: #C137DC;
}
.TagClassName
{
border-color: #C137DC;
}
</style>