Shades of Medium Orchid #C14FED
Tints of Medium Orchid #C14FED
RGB
CMYK
RGB Variations
Color information
#C14FED (or 0xC14FED) is known color: Medium Orchid. HEX triplet: C1, 4F and ED. RGB value is (193,79,237). Sum of RGB (Red+Green+Blue) = 193+79+237=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C14FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FED is #3EB012. Grayscale: #828282. Windows color (decimal): -4108307 or 15552449. OLE color: 15552449.
HSL color Cylindrical-coordinate representation of color #C14FED: hue angle of 283.29º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14FED is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 79 | 237 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.07 |
| HSL | 283.29º | 0.81% | 0.62% | - |
| HSV(B) | 283.29º | 0.67% | 0.93% | - |
| XYZ | 40.07 | 23.04 | 82.46 | - |
| YUV | 131.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 237 | 0.19 | 0.67 | 0 | 0.07 | 283.29 | 0.81 | 0.62 |
| Hex | C1 | 4F | ED | 13 | 43 | 0 | 7 | 11B | 51 | 3E |
| Octal | 301 | 117 | 355 | 23 | 103 | 0 | 7 | 433 | 121 | 76 |
| Binary | 11000001 | 1001111 | 11101101 | 10011 | 1000011 | 0 | 111 | 100011011 | 1010001 | 111110 |
Color Harmonies of #C14FED
Complementary color
Monochromatic Colors of #C14FED
Black with #C14FED
Text Example
Text Example
White with #C14FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FED; }
p { color: rgb(193,79,237); }
H1.HeaderClassName
{
color: #C14FED;
}
.AnyTagClassName
{
color: #C14FED;
}
</style>
background-color css
<style>
a { background-color: #C14FED; }
a { background-color: rgb(193,79,237); }
div.DivClassName
{
background-color: #C14FED;
}
.BgClassName
{
background-color: #C14FED;
}
</style>
border-color css
<style>
span { border-color: #C14FED; }
span { border-color: rgb(193,79,237); }
td.TdClassName
{
border-color: #C14FED;
}
.TagClassName
{
border-color: #C14FED;
}
</style>