Shades of Medium Orchid #C136F9
Tints of Medium Orchid #C136F9
RGB
CMYK
RGB Variations
Color information
#C136F9 (or 0xC136F9) is known color: Medium Orchid. HEX triplet: C1, 36 and F9. RGB value is (193,54,249). Sum of RGB (Red+Green+Blue) = 193+54+249=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #C136F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136F9 is #3EC906. Grayscale: #757575. Windows color (decimal): -4114695 or 16332481. OLE color: 16332481.
HSL color Cylindrical-coordinate representation of color #C136F9: hue angle of 282.77º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C136F9 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 54 | 249 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.02 |
| HSL | 282.77º | 0.94% | 0.59% | - |
| HSV(B) | 282.77º | 0.78% | 0.98% | - |
| XYZ | 40.41 | 20.82 | 91.51 | - |
| YUV | 117.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 249 | 0.22 | 0.78 | 0 | 0.02 | 282.77 | 0.94 | 0.59 |
| Hex | C1 | 36 | F9 | 16 | 4E | 0 | 2 | 11B | 5E | 3B |
| Octal | 301 | 66 | 371 | 26 | 116 | 0 | 2 | 433 | 136 | 73 |
| Binary | 11000001 | 110110 | 11111001 | 10110 | 1001110 | 0 | 10 | 100011011 | 1011110 | 111011 |
Color Harmonies of #C136F9
Complementary color
Monochromatic Colors of #C136F9
Black with #C136F9
Text Example
Text Example
White with #C136F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136F9; }
p { color: rgb(193,54,249); }
H1.HeaderClassName
{
color: #C136F9;
}
.AnyTagClassName
{
color: #C136F9;
}
</style>
background-color css
<style>
a { background-color: #C136F9; }
a { background-color: rgb(193,54,249); }
div.DivClassName
{
background-color: #C136F9;
}
.BgClassName
{
background-color: #C136F9;
}
</style>
border-color css
<style>
span { border-color: #C136F9; }
span { border-color: rgb(193,54,249); }
td.TdClassName
{
border-color: #C136F9;
}
.TagClassName
{
border-color: #C136F9;
}
</style>