Shades of Medium Orchid #C14FE3
Tints of Medium Orchid #C14FE3
RGB
CMYK
RGB Variations
Color information
#C14FE3 (or 0xC14FE3) is known color: Medium Orchid. HEX triplet: C1, 4F and E3. RGB value is (193,79,227). Sum of RGB (Red+Green+Blue) = 193+79+227=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #C14FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FE3 is #3EB01C. Grayscale: #818181. Windows color (decimal): -4108317 or 14897089. OLE color: 14897089.
HSL color Cylindrical-coordinate representation of color #C14FE3: hue angle of 286.22º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14FE3 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 79 | 227 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.11 |
| HSL | 286.22º | 0.73% | 0.6% | - |
| HSV(B) | 286.22º | 0.65% | 0.89% | - |
| XYZ | 38.65 | 22.48 | 74.97 | - |
| YUV | 129.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 227 | 0.15 | 0.65 | 0 | 0.11 | 286.22 | 0.73 | 0.6 |
| Hex | C1 | 4F | E3 | F | 41 | 0 | B | 11E | 49 | 3C |
| Octal | 301 | 117 | 343 | 17 | 101 | 0 | 13 | 436 | 111 | 74 |
| Binary | 11000001 | 1001111 | 11100011 | 1111 | 1000001 | 0 | 1011 | 100011110 | 1001001 | 111100 |
Color Harmonies of #C14FE3
Complementary color
Monochromatic Colors of #C14FE3
Black with #C14FE3
Text Example
Text Example
White with #C14FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FE3; }
p { color: rgb(193,79,227); }
H1.HeaderClassName
{
color: #C14FE3;
}
.AnyTagClassName
{
color: #C14FE3;
}
</style>
background-color css
<style>
a { background-color: #C14FE3; }
a { background-color: rgb(193,79,227); }
div.DivClassName
{
background-color: #C14FE3;
}
.BgClassName
{
background-color: #C14FE3;
}
</style>
border-color css
<style>
span { border-color: #C14FE3; }
span { border-color: rgb(193,79,227); }
td.TdClassName
{
border-color: #C14FE3;
}
.TagClassName
{
border-color: #C14FE3;
}
</style>