Shades of Medium Orchid #C136DD
Tints of Medium Orchid #C136DD
RGB
CMYK
RGB Variations
Color information
#C136DD (or 0xC136DD) is known color: Medium Orchid. HEX triplet: C1, 36 and DD. RGB value is (193,54,221). Sum of RGB (Red+Green+Blue) = 193+54+221=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #C136DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136DD is #3EC922. Grayscale: #727272. Windows color (decimal): -4114723 or 14497473. OLE color: 14497473.
HSL color Cylindrical-coordinate representation of color #C136DD: hue angle of 289.94º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C136DD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 54 | 221 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.13 |
| HSL | 289.94º | 0.71% | 0.54% | - |
| HSV(B) | 289.94º | 0.76% | 0.87% | - |
| XYZ | 36.36 | 19.2 | 70.2 | - |
| YUV | 114.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 221 | 0.13 | 0.76 | 0 | 0.13 | 289.94 | 0.71 | 0.54 |
| Hex | C1 | 36 | DD | D | 4C | 0 | D | 122 | 47 | 36 |
| Octal | 301 | 66 | 335 | 15 | 114 | 0 | 15 | 442 | 107 | 66 |
| Binary | 11000001 | 110110 | 11011101 | 1101 | 1001100 | 0 | 1101 | 100100010 | 1000111 | 110110 |
Color Harmonies of #C136DD
Complementary color
Monochromatic Colors of #C136DD
Black with #C136DD
Text Example
Text Example
White with #C136DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136DD; }
p { color: rgb(193,54,221); }
H1.HeaderClassName
{
color: #C136DD;
}
.AnyTagClassName
{
color: #C136DD;
}
</style>
background-color css
<style>
a { background-color: #C136DD; }
a { background-color: rgb(193,54,221); }
div.DivClassName
{
background-color: #C136DD;
}
.BgClassName
{
background-color: #C136DD;
}
</style>
border-color css
<style>
span { border-color: #C136DD; }
span { border-color: rgb(193,54,221); }
td.TdClassName
{
border-color: #C136DD;
}
.TagClassName
{
border-color: #C136DD;
}
</style>