Shades of Medium Orchid #C14ED3
Tints of Medium Orchid #C14ED3
RGB
CMYK
RGB Variations
Color information
#C14ED3 (or 0xC14ED3) is known color: Medium Orchid. HEX triplet: C1, 4E and D3. RGB value is (193,78,211). Sum of RGB (Red+Green+Blue) = 193+78+211=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #C14ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14ED3 is #3EB12C. Grayscale: #7F7F7F. Windows color (decimal): -4108589 or 13848257. OLE color: 13848257.
HSL color Cylindrical-coordinate representation of color #C14ED3: hue angle of 291.88º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14ED3 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 78 | 211 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.17 |
| HSL | 291.88º | 0.6% | 0.57% | - |
| HSV(B) | 291.88º | 0.63% | 0.83% | - |
| XYZ | 36.47 | 21.49 | 63.85 | - |
| YUV | 127.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 211 | 0.09 | 0.63 | 0 | 0.17 | 291.88 | 0.6 | 0.57 |
| Hex | C1 | 4E | D3 | 9 | 3F | 0 | 11 | 124 | 3C | 39 |
| Octal | 301 | 116 | 323 | 11 | 77 | 0 | 21 | 444 | 74 | 71 |
| Binary | 11000001 | 1001110 | 11010011 | 1001 | 111111 | 0 | 10001 | 100100100 | 111100 | 111001 |
Color Harmonies of #C14ED3
Complementary color
Monochromatic Colors of #C14ED3
Black with #C14ED3
Text Example
Text Example
White with #C14ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ED3; }
p { color: rgb(193,78,211); }
H1.HeaderClassName
{
color: #C14ED3;
}
.AnyTagClassName
{
color: #C14ED3;
}
</style>
background-color css
<style>
a { background-color: #C14ED3; }
a { background-color: rgb(193,78,211); }
div.DivClassName
{
background-color: #C14ED3;
}
.BgClassName
{
background-color: #C14ED3;
}
</style>
border-color css
<style>
span { border-color: #C14ED3; }
span { border-color: rgb(193,78,211); }
td.TdClassName
{
border-color: #C14ED3;
}
.TagClassName
{
border-color: #C14ED3;
}
</style>