Shades of Medium Orchid #C134DD
Tints of Medium Orchid #C134DD
RGB
CMYK
RGB Variations
Color information
#C134DD (or 0xC134DD) is known color: Medium Orchid. HEX triplet: C1, 34 and DD. RGB value is (193,52,221). Sum of RGB (Red+Green+Blue) = 193+52+221=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #C134DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134DD is #3ECB22. Grayscale: #707070. Windows color (decimal): -4115235 or 14496961. OLE color: 14496961.
HSL color Cylindrical-coordinate representation of color #C134DD: hue angle of 290.06º 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 #C134DD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 52 | 221 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.13 |
| HSL | 290.06º | 0.71% | 0.54% | - |
| HSV(B) | 290.06º | 0.76% | 0.87% | - |
| XYZ | 36.27 | 19.01 | 70.16 | - |
| YUV | 113.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 221 | 0.13 | 0.76 | 0 | 0.13 | 290.06 | 0.71 | 0.54 |
| Hex | C1 | 34 | DD | D | 4C | 0 | D | 122 | 47 | 36 |
| Octal | 301 | 64 | 335 | 15 | 114 | 0 | 15 | 442 | 107 | 66 |
| Binary | 11000001 | 110100 | 11011101 | 1101 | 1001100 | 0 | 1101 | 100100010 | 1000111 | 110110 |
Color Harmonies of #C134DD
Complementary color
Monochromatic Colors of #C134DD
Black with #C134DD
Text Example
Text Example
White with #C134DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134DD; }
p { color: rgb(193,52,221); }
H1.HeaderClassName
{
color: #C134DD;
}
.AnyTagClassName
{
color: #C134DD;
}
</style>
background-color css
<style>
a { background-color: #C134DD; }
a { background-color: rgb(193,52,221); }
div.DivClassName
{
background-color: #C134DD;
}
.BgClassName
{
background-color: #C134DD;
}
</style>
border-color css
<style>
span { border-color: #C134DD; }
span { border-color: rgb(193,52,221); }
td.TdClassName
{
border-color: #C134DD;
}
.TagClassName
{
border-color: #C134DD;
}
</style>