Shades of Medium Orchid #C136DE
Tints of Medium Orchid #C136DE
RGB
CMYK
RGB Variations
Color information
#C136DE (or 0xC136DE) is known color: Medium Orchid. HEX triplet: C1, 36 and DE. RGB value is (193,54,222). Sum of RGB (Red+Green+Blue) = 193+54+222=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #C136DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136DE is #3EC921. Grayscale: #727272. Windows color (decimal): -4114722 or 14563009. OLE color: 14563009.
HSL color Cylindrical-coordinate representation of color #C136DE: hue angle of 289.64º degrees, saturation: 0.72, 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 #C136DE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 54 | 222 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.13 |
| HSL | 289.64º | 0.72% | 0.54% | - |
| HSV(B) | 289.64º | 0.76% | 0.87% | - |
| XYZ | 36.5 | 19.25 | 70.9 | - |
| YUV | 114.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 222 | 0.13 | 0.76 | 0 | 0.13 | 289.64 | 0.72 | 0.54 |
| Hex | C1 | 36 | DE | D | 4C | 0 | D | 122 | 48 | 36 |
| Octal | 301 | 66 | 336 | 15 | 114 | 0 | 15 | 442 | 110 | 66 |
| Binary | 11000001 | 110110 | 11011110 | 1101 | 1001100 | 0 | 1101 | 100100010 | 1001000 | 110110 |
Color Harmonies of #C136DE
Complementary color
Monochromatic Colors of #C136DE
Black with #C136DE
Text Example
Text Example
White with #C136DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136DE; }
p { color: rgb(193,54,222); }
H1.HeaderClassName
{
color: #C136DE;
}
.AnyTagClassName
{
color: #C136DE;
}
</style>
background-color css
<style>
a { background-color: #C136DE; }
a { background-color: rgb(193,54,222); }
div.DivClassName
{
background-color: #C136DE;
}
.BgClassName
{
background-color: #C136DE;
}
</style>
border-color css
<style>
span { border-color: #C136DE; }
span { border-color: rgb(193,54,222); }
td.TdClassName
{
border-color: #C136DE;
}
.TagClassName
{
border-color: #C136DE;
}
</style>