Shades of Medium Orchid #C134D9
Tints of Medium Orchid #C134D9
RGB
CMYK
RGB Variations
Color information
#C134D9 (or 0xC134D9) is known color: Medium Orchid. HEX triplet: C1, 34 and D9. RGB value is (193,52,217). Sum of RGB (Red+Green+Blue) = 193+52+217=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #C134D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134D9 is #3ECB26. Grayscale: #707070. Windows color (decimal): -4115239 or 14234817. OLE color: 14234817.
HSL color Cylindrical-coordinate representation of color #C134D9: hue angle of 291.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C134D9 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 52 | 217 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.15 |
| HSL | 291.27º | 0.68% | 0.53% | - |
| HSV(B) | 291.27º | 0.76% | 0.85% | - |
| XYZ | 35.74 | 18.8 | 67.39 | - |
| YUV | 112.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 217 | 0.11 | 0.76 | 0 | 0.15 | 291.27 | 0.68 | 0.53 |
| Hex | C1 | 34 | D9 | B | 4C | 0 | F | 123 | 44 | 35 |
| Octal | 301 | 64 | 331 | 13 | 114 | 0 | 17 | 443 | 104 | 65 |
| Binary | 11000001 | 110100 | 11011001 | 1011 | 1001100 | 0 | 1111 | 100100011 | 1000100 | 110101 |
Color Harmonies of #C134D9
Complementary color
Monochromatic Colors of #C134D9
Black with #C134D9
Text Example
Text Example
White with #C134D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134D9; }
p { color: rgb(193,52,217); }
H1.HeaderClassName
{
color: #C134D9;
}
.AnyTagClassName
{
color: #C134D9;
}
</style>
background-color css
<style>
a { background-color: #C134D9; }
a { background-color: rgb(193,52,217); }
div.DivClassName
{
background-color: #C134D9;
}
.BgClassName
{
background-color: #C134D9;
}
</style>
border-color css
<style>
span { border-color: #C134D9; }
span { border-color: rgb(193,52,217); }
td.TdClassName
{
border-color: #C134D9;
}
.TagClassName
{
border-color: #C134D9;
}
</style>