Shades of Medium Orchid #C14FF3
Tints of Medium Orchid #C14FF3
RGB
CMYK
RGB Variations
Color information
#C14FF3 (or 0xC14FF3) is known color: Medium Orchid. HEX triplet: C1, 4F and F3. RGB value is (193,79,243). Sum of RGB (Red+Green+Blue) = 193+79+243=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #C14FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FF3 is #3EB00C. Grayscale: #838383. Windows color (decimal): -4108301 or 15945665. OLE color: 15945665.
HSL color Cylindrical-coordinate representation of color #C14FF3: hue angle of 281.71º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14FF3 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 79 | 243 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.05 |
| HSL | 281.71º | 0.87% | 0.63% | - |
| HSV(B) | 281.71º | 0.67% | 0.95% | - |
| XYZ | 40.97 | 23.4 | 87.15 | - |
| YUV | 131.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 243 | 0.21 | 0.67 | 0 | 0.05 | 281.71 | 0.87 | 0.63 |
| Hex | C1 | 4F | F3 | 15 | 43 | 0 | 5 | 11A | 57 | 3F |
| Octal | 301 | 117 | 363 | 25 | 103 | 0 | 5 | 432 | 127 | 77 |
| Binary | 11000001 | 1001111 | 11110011 | 10101 | 1000011 | 0 | 101 | 100011010 | 1010111 | 111111 |
Color Harmonies of #C14FF3
Complementary color
Monochromatic Colors of #C14FF3
Black with #C14FF3
Text Example
Text Example
White with #C14FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FF3; }
p { color: rgb(193,79,243); }
H1.HeaderClassName
{
color: #C14FF3;
}
.AnyTagClassName
{
color: #C14FF3;
}
</style>
background-color css
<style>
a { background-color: #C14FF3; }
a { background-color: rgb(193,79,243); }
div.DivClassName
{
background-color: #C14FF3;
}
.BgClassName
{
background-color: #C14FF3;
}
</style>
border-color css
<style>
span { border-color: #C14FF3; }
span { border-color: rgb(193,79,243); }
td.TdClassName
{
border-color: #C14FF3;
}
.TagClassName
{
border-color: #C14FF3;
}
</style>