Shades of Medium Orchid #C14EDF
Tints of Medium Orchid #C14EDF
RGB
CMYK
RGB Variations
Color information
#C14EDF (or 0xC14EDF) is known color: Medium Orchid. HEX triplet: C1, 4E and DF. RGB value is (193,78,223). Sum of RGB (Red+Green+Blue) = 193+78+223=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #C14EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EDF is #3EB120. Grayscale: #808080. Windows color (decimal): -4108577 or 14634689. OLE color: 14634689.
HSL color Cylindrical-coordinate representation of color #C14EDF: hue angle of 287.59º 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 #C14EDF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 78 | 223 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.13 |
| HSL | 287.59º | 0.69% | 0.59% | - |
| HSV(B) | 287.59º | 0.65% | 0.87% | - |
| XYZ | 38.04 | 22.11 | 72.08 | - |
| YUV | 128.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 223 | 0.13 | 0.65 | 0 | 0.13 | 287.59 | 0.69 | 0.59 |
| Hex | C1 | 4E | DF | D | 41 | 0 | D | 120 | 45 | 3B |
| Octal | 301 | 116 | 337 | 15 | 101 | 0 | 15 | 440 | 105 | 73 |
| Binary | 11000001 | 1001110 | 11011111 | 1101 | 1000001 | 0 | 1101 | 100100000 | 1000101 | 111011 |
Color Harmonies of #C14EDF
Complementary color
Monochromatic Colors of #C14EDF
Black with #C14EDF
Text Example
Text Example
White with #C14EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EDF; }
p { color: rgb(193,78,223); }
H1.HeaderClassName
{
color: #C14EDF;
}
.AnyTagClassName
{
color: #C14EDF;
}
</style>
background-color css
<style>
a { background-color: #C14EDF; }
a { background-color: rgb(193,78,223); }
div.DivClassName
{
background-color: #C14EDF;
}
.BgClassName
{
background-color: #C14EDF;
}
</style>
border-color css
<style>
span { border-color: #C14EDF; }
span { border-color: rgb(193,78,223); }
td.TdClassName
{
border-color: #C14EDF;
}
.TagClassName
{
border-color: #C14EDF;
}
</style>