Shades of Medium Orchid #C14BF7
Tints of Medium Orchid #C14BF7
RGB
CMYK
RGB Variations
Color information
#C14BF7 (or 0xC14BF7) is known color: Medium Orchid. HEX triplet: C1, 4B and F7. RGB value is (193,75,247). Sum of RGB (Red+Green+Blue) = 193+75+247=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #C14BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BF7 is #3EB408. Grayscale: #818181. Windows color (decimal): -4109321 or 16206785. OLE color: 16206785.
HSL color Cylindrical-coordinate representation of color #C14BF7: hue angle of 281.16º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14BF7 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 75 | 247 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.03 |
| HSL | 281.16º | 0.91% | 0.63% | - |
| HSV(B) | 281.16º | 0.7% | 0.97% | - |
| XYZ | 41.3 | 23.09 | 90.27 | - |
| YUV | 129.89 | 194.09 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 247 | 0.22 | 0.70 | 0 | 0.03 | 281.16 | 0.91 | 0.63 |
| Hex | C1 | 4B | F7 | 16 | 46 | 0 | 3 | 119 | 5B | 3F |
| Octal | 301 | 113 | 367 | 26 | 106 | 0 | 3 | 431 | 133 | 77 |
| Binary | 11000001 | 1001011 | 11110111 | 10110 | 1000110 | 0 | 11 | 100011001 | 1011011 | 111111 |
Color Harmonies of #C14BF7
Complementary color
Monochromatic Colors of #C14BF7
Black with #C14BF7
Text Example
Text Example
White with #C14BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BF7; }
p { color: rgb(193,75,247); }
H1.HeaderClassName
{
color: #C14BF7;
}
.AnyTagClassName
{
color: #C14BF7;
}
</style>
background-color css
<style>
a { background-color: #C14BF7; }
a { background-color: rgb(193,75,247); }
div.DivClassName
{
background-color: #C14BF7;
}
.BgClassName
{
background-color: #C14BF7;
}
</style>
border-color css
<style>
span { border-color: #C14BF7; }
span { border-color: rgb(193,75,247); }
td.TdClassName
{
border-color: #C14BF7;
}
.TagClassName
{
border-color: #C14BF7;
}
</style>