Shades of Medium Orchid #C136D8
Tints of Medium Orchid #C136D8
RGB
CMYK
RGB Variations
Color information
#C136D8 (or 0xC136D8) is known color: Medium Orchid. HEX triplet: C1, 36 and D8. RGB value is (193,54,216). Sum of RGB (Red+Green+Blue) = 193+54+216=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #C136D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136D8 is #3EC927. Grayscale: #717171. Windows color (decimal): -4114728 or 14169793. OLE color: 14169793.
HSL color Cylindrical-coordinate representation of color #C136D8: hue angle of 291.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C136D8 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 54 | 216 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.15 |
| HSL | 291.48º | 0.68% | 0.53% | - |
| HSV(B) | 291.48º | 0.75% | 0.85% | - |
| XYZ | 35.71 | 18.93 | 66.74 | - |
| YUV | 114.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 216 | 0.11 | 0.75 | 0 | 0.15 | 291.48 | 0.68 | 0.53 |
| Hex | C1 | 36 | D8 | B | 4B | 0 | F | 123 | 44 | 35 |
| Octal | 301 | 66 | 330 | 13 | 113 | 0 | 17 | 443 | 104 | 65 |
| Binary | 11000001 | 110110 | 11011000 | 1011 | 1001011 | 0 | 1111 | 100100011 | 1000100 | 110101 |
Color Harmonies of #C136D8
Complementary color
Monochromatic Colors of #C136D8
Black with #C136D8
Text Example
Text Example
White with #C136D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136D8; }
p { color: rgb(193,54,216); }
H1.HeaderClassName
{
color: #C136D8;
}
.AnyTagClassName
{
color: #C136D8;
}
</style>
background-color css
<style>
a { background-color: #C136D8; }
a { background-color: rgb(193,54,216); }
div.DivClassName
{
background-color: #C136D8;
}
.BgClassName
{
background-color: #C136D8;
}
</style>
border-color css
<style>
span { border-color: #C136D8; }
span { border-color: rgb(193,54,216); }
td.TdClassName
{
border-color: #C136D8;
}
.TagClassName
{
border-color: #C136D8;
}
</style>