Shades of Medium Orchid #C14ED0
Tints of Medium Orchid #C14ED0
RGB
CMYK
RGB Variations
Color information
#C14ED0 (or 0xC14ED0) is known color: Medium Orchid. HEX triplet: C1, 4E and D0. RGB value is (193,78,208). Sum of RGB (Red+Green+Blue) = 193+78+208=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #C14ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14ED0 is #3EB12F. Grayscale: #7E7E7E. Windows color (decimal): -4108592 or 13651649. OLE color: 13651649.
HSL color Cylindrical-coordinate representation of color #C14ED0: hue angle of 293.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14ED0 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 78 | 208 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.18 |
| HSL | 293.08º | 0.58% | 0.56% | - |
| HSV(B) | 293.08º | 0.63% | 0.82% | - |
| XYZ | 36.1 | 21.34 | 61.89 | - |
| YUV | 127.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 208 | 0.07 | 0.62 | 0 | 0.18 | 293.08 | 0.58 | 0.56 |
| Hex | C1 | 4E | D0 | 7 | 3E | 0 | 12 | 125 | 3A | 38 |
| Octal | 301 | 116 | 320 | 7 | 76 | 0 | 22 | 445 | 72 | 70 |
| Binary | 11000001 | 1001110 | 11010000 | 111 | 111110 | 0 | 10010 | 100100101 | 111010 | 111000 |
Color Harmonies of #C14ED0
Complementary color
Monochromatic Colors of #C14ED0
Black with #C14ED0
Text Example
Text Example
White with #C14ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ED0; }
p { color: rgb(193,78,208); }
H1.HeaderClassName
{
color: #C14ED0;
}
.AnyTagClassName
{
color: #C14ED0;
}
</style>
background-color css
<style>
a { background-color: #C14ED0; }
a { background-color: rgb(193,78,208); }
div.DivClassName
{
background-color: #C14ED0;
}
.BgClassName
{
background-color: #C14ED0;
}
</style>
border-color css
<style>
span { border-color: #C14ED0; }
span { border-color: rgb(193,78,208); }
td.TdClassName
{
border-color: #C14ED0;
}
.TagClassName
{
border-color: #C14ED0;
}
</style>