Shades of Medium Orchid #C14FF7
Tints of Medium Orchid #C14FF7
RGB
CMYK
RGB Variations
Color information
#C14FF7 (or 0xC14FF7) is known color: Medium Orchid. HEX triplet: C1, 4F and F7. RGB value is (193,79,247). Sum of RGB (Red+Green+Blue) = 193+79+247=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #C14FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FF7 is #3EB008. Grayscale: #838383. Windows color (decimal): -4108297 or 16207809. OLE color: 16207809.
HSL color Cylindrical-coordinate representation of color #C14FF7: hue angle of 280.71º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14FF7 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 79 | 247 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.03 |
| HSL | 280.71º | 0.91% | 0.64% | - |
| HSV(B) | 280.71º | 0.68% | 0.97% | - |
| XYZ | 41.58 | 23.64 | 90.37 | - |
| YUV | 132.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 247 | 0.22 | 0.68 | 0 | 0.03 | 280.71 | 0.91 | 0.64 |
| Hex | C1 | 4F | F7 | 16 | 44 | 0 | 3 | 119 | 5B | 40 |
| Octal | 301 | 117 | 367 | 26 | 104 | 0 | 3 | 431 | 133 | 100 |
| Binary | 11000001 | 1001111 | 11110111 | 10110 | 1000100 | 0 | 11 | 100011001 | 1011011 | 1000000 |
Color Harmonies of #C14FF7
Complementary color
Monochromatic Colors of #C14FF7
Black with #C14FF7
Text Example
Text Example
White with #C14FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FF7; }
p { color: rgb(193,79,247); }
H1.HeaderClassName
{
color: #C14FF7;
}
.AnyTagClassName
{
color: #C14FF7;
}
</style>
background-color css
<style>
a { background-color: #C14FF7; }
a { background-color: rgb(193,79,247); }
div.DivClassName
{
background-color: #C14FF7;
}
.BgClassName
{
background-color: #C14FF7;
}
</style>
border-color css
<style>
span { border-color: #C14FF7; }
span { border-color: rgb(193,79,247); }
td.TdClassName
{
border-color: #C14FF7;
}
.TagClassName
{
border-color: #C14FF7;
}
</style>