Shades of Medium Orchid #C14EFC
Tints of Medium Orchid #C14EFC
RGB
CMYK
RGB Variations
Color information
#C14EFC (or 0xC14EFC) is known color: Medium Orchid. HEX triplet: C1, 4E and FC. RGB value is (193,78,252). Sum of RGB (Red+Green+Blue) = 193+78+252=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #C14EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EFC is #3EB103. Grayscale: #838383. Windows color (decimal): -4108548 or 16535233. OLE color: 16535233.
HSL color Cylindrical-coordinate representation of color #C14EFC: hue angle of 279.66º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14EFC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 78 | 252 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.01 |
| HSL | 279.66º | 0.97% | 0.65% | - |
| HSV(B) | 279.66º | 0.69% | 0.99% | - |
| XYZ | 42.29 | 23.81 | 94.46 | - |
| YUV | 132.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 252 | 0.23 | 0.69 | 0 | 0.01 | 279.66 | 0.97 | 0.65 |
| Hex | C1 | 4E | FC | 17 | 45 | 0 | 1 | 118 | 61 | 41 |
| Octal | 301 | 116 | 374 | 27 | 105 | 0 | 1 | 430 | 141 | 101 |
| Binary | 11000001 | 1001110 | 11111100 | 10111 | 1000101 | 0 | 1 | 100011000 | 1100001 | 1000001 |
Color Harmonies of #C14EFC
Complementary color
Monochromatic Colors of #C14EFC
Black with #C14EFC
Text Example
Text Example
White with #C14EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EFC; }
p { color: rgb(193,78,252); }
H1.HeaderClassName
{
color: #C14EFC;
}
.AnyTagClassName
{
color: #C14EFC;
}
</style>
background-color css
<style>
a { background-color: #C14EFC; }
a { background-color: rgb(193,78,252); }
div.DivClassName
{
background-color: #C14EFC;
}
.BgClassName
{
background-color: #C14EFC;
}
</style>
border-color css
<style>
span { border-color: #C14EFC; }
span { border-color: rgb(193,78,252); }
td.TdClassName
{
border-color: #C14EFC;
}
.TagClassName
{
border-color: #C14EFC;
}
</style>