Shades of Medium Orchid #C14CD9
Tints of Medium Orchid #C14CD9
RGB
CMYK
RGB Variations
Color information
#C14CD9 (or 0xC14CD9) is known color: Medium Orchid. HEX triplet: C1, 4C and D9. RGB value is (193,76,217). Sum of RGB (Red+Green+Blue) = 193+76+217=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #C14CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CD9 is #3EB326. Grayscale: #7E7E7E. Windows color (decimal): -4109095 or 14240961. OLE color: 14240961.
HSL color Cylindrical-coordinate representation of color #C14CD9: hue angle of 289.79º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14CD9 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 76 | 217 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.15 |
| HSL | 289.79º | 0.65% | 0.57% | - |
| HSV(B) | 289.79º | 0.65% | 0.85% | - |
| XYZ | 37.1 | 21.52 | 67.84 | - |
| YUV | 127.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 217 | 0.11 | 0.65 | 0 | 0.15 | 289.79 | 0.65 | 0.57 |
| Hex | C1 | 4C | D9 | B | 41 | 0 | F | 122 | 41 | 39 |
| Octal | 301 | 114 | 331 | 13 | 101 | 0 | 17 | 442 | 101 | 71 |
| Binary | 11000001 | 1001100 | 11011001 | 1011 | 1000001 | 0 | 1111 | 100100010 | 1000001 | 111001 |
Color Harmonies of #C14CD9
Complementary color
Monochromatic Colors of #C14CD9
Black with #C14CD9
Text Example
Text Example
White with #C14CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CD9; }
p { color: rgb(193,76,217); }
H1.HeaderClassName
{
color: #C14CD9;
}
.AnyTagClassName
{
color: #C14CD9;
}
</style>
background-color css
<style>
a { background-color: #C14CD9; }
a { background-color: rgb(193,76,217); }
div.DivClassName
{
background-color: #C14CD9;
}
.BgClassName
{
background-color: #C14CD9;
}
</style>
border-color css
<style>
span { border-color: #C14CD9; }
span { border-color: rgb(193,76,217); }
td.TdClassName
{
border-color: #C14CD9;
}
.TagClassName
{
border-color: #C14CD9;
}
</style>