Shades of Medium Orchid #C14ED5
Tints of Medium Orchid #C14ED5
RGB
CMYK
RGB Variations
Color information
#C14ED5 (or 0xC14ED5) is known color: Medium Orchid. HEX triplet: C1, 4E and D5. RGB value is (193,78,213). Sum of RGB (Red+Green+Blue) = 193+78+213=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #C14ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14ED5 is #3EB12A. Grayscale: #7F7F7F. Windows color (decimal): -4108587 or 13979329. OLE color: 13979329.
HSL color Cylindrical-coordinate representation of color #C14ED5: hue angle of 291.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14ED5 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 78 | 213 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.16 |
| HSL | 291.11º | 0.62% | 0.57% | - |
| HSV(B) | 291.11º | 0.63% | 0.84% | - |
| XYZ | 36.73 | 21.59 | 65.18 | - |
| YUV | 127.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 213 | 0.09 | 0.63 | 0 | 0.16 | 291.11 | 0.62 | 0.57 |
| Hex | C1 | 4E | D5 | 9 | 3F | 0 | 10 | 123 | 3E | 39 |
| Octal | 301 | 116 | 325 | 11 | 77 | 0 | 20 | 443 | 76 | 71 |
| Binary | 11000001 | 1001110 | 11010101 | 1001 | 111111 | 0 | 10000 | 100100011 | 111110 | 111001 |
Color Harmonies of #C14ED5
Complementary color
Monochromatic Colors of #C14ED5
Black with #C14ED5
Text Example
Text Example
White with #C14ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ED5; }
p { color: rgb(193,78,213); }
H1.HeaderClassName
{
color: #C14ED5;
}
.AnyTagClassName
{
color: #C14ED5;
}
</style>
background-color css
<style>
a { background-color: #C14ED5; }
a { background-color: rgb(193,78,213); }
div.DivClassName
{
background-color: #C14ED5;
}
.BgClassName
{
background-color: #C14ED5;
}
</style>
border-color css
<style>
span { border-color: #C14ED5; }
span { border-color: rgb(193,78,213); }
td.TdClassName
{
border-color: #C14ED5;
}
.TagClassName
{
border-color: #C14ED5;
}
</style>