Shades of Medium Orchid #C14EE3
Tints of Medium Orchid #C14EE3
RGB
CMYK
RGB Variations
Color information
#C14EE3 (or 0xC14EE3) is known color: Medium Orchid. HEX triplet: C1, 4E and E3. RGB value is (193,78,227). Sum of RGB (Red+Green+Blue) = 193+78+227=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #C14EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EE3 is #3EB11C. Grayscale: #808080. Windows color (decimal): -4108573 or 14896833. OLE color: 14896833.
HSL color Cylindrical-coordinate representation of color #C14EE3: hue angle of 286.31º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14EE3 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 78 | 227 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.11 |
| HSL | 286.31º | 0.73% | 0.6% | - |
| HSV(B) | 286.31º | 0.66% | 0.89% | - |
| XYZ | 38.58 | 22.33 | 74.95 | - |
| YUV | 129.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 227 | 0.15 | 0.66 | 0 | 0.11 | 286.31 | 0.73 | 0.6 |
| Hex | C1 | 4E | E3 | F | 42 | 0 | B | 11E | 49 | 3C |
| Octal | 301 | 116 | 343 | 17 | 102 | 0 | 13 | 436 | 111 | 74 |
| Binary | 11000001 | 1001110 | 11100011 | 1111 | 1000010 | 0 | 1011 | 100011110 | 1001001 | 111100 |
Color Harmonies of #C14EE3
Complementary color
Monochromatic Colors of #C14EE3
Black with #C14EE3
Text Example
Text Example
White with #C14EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EE3; }
p { color: rgb(193,78,227); }
H1.HeaderClassName
{
color: #C14EE3;
}
.AnyTagClassName
{
color: #C14EE3;
}
</style>
background-color css
<style>
a { background-color: #C14EE3; }
a { background-color: rgb(193,78,227); }
div.DivClassName
{
background-color: #C14EE3;
}
.BgClassName
{
background-color: #C14EE3;
}
</style>
border-color css
<style>
span { border-color: #C14EE3; }
span { border-color: rgb(193,78,227); }
td.TdClassName
{
border-color: #C14EE3;
}
.TagClassName
{
border-color: #C14EE3;
}
</style>