Shades of Medium Orchid #C14EDE
Tints of Medium Orchid #C14EDE
RGB
CMYK
RGB Variations
Color information
#C14EDE (or 0xC14EDE) is known color: Medium Orchid. HEX triplet: C1, 4E and DE. RGB value is (193,78,222). Sum of RGB (Red+Green+Blue) = 193+78+222=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #C14EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EDE is #3EB121. Grayscale: #808080. Windows color (decimal): -4108578 or 14569153. OLE color: 14569153.
HSL color Cylindrical-coordinate representation of color #C14EDE: hue angle of 287.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14EDE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 78 | 222 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.13 |
| HSL | 287.92º | 0.69% | 0.59% | - |
| HSV(B) | 287.92º | 0.65% | 0.87% | - |
| XYZ | 37.9 | 22.06 | 71.37 | - |
| YUV | 128.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 222 | 0.13 | 0.65 | 0 | 0.13 | 287.92 | 0.69 | 0.59 |
| Hex | C1 | 4E | DE | D | 41 | 0 | D | 120 | 45 | 3B |
| Octal | 301 | 116 | 336 | 15 | 101 | 0 | 15 | 440 | 105 | 73 |
| Binary | 11000001 | 1001110 | 11011110 | 1101 | 1000001 | 0 | 1101 | 100100000 | 1000101 | 111011 |
Color Harmonies of #C14EDE
Complementary color
Monochromatic Colors of #C14EDE
Black with #C14EDE
Text Example
Text Example
White with #C14EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EDE; }
p { color: rgb(193,78,222); }
H1.HeaderClassName
{
color: #C14EDE;
}
.AnyTagClassName
{
color: #C14EDE;
}
</style>
background-color css
<style>
a { background-color: #C14EDE; }
a { background-color: rgb(193,78,222); }
div.DivClassName
{
background-color: #C14EDE;
}
.BgClassName
{
background-color: #C14EDE;
}
</style>
border-color css
<style>
span { border-color: #C14EDE; }
span { border-color: rgb(193,78,222); }
td.TdClassName
{
border-color: #C14EDE;
}
.TagClassName
{
border-color: #C14EDE;
}
</style>