Shades of Medium Orchid #C14BF8
Tints of Medium Orchid #C14BF8
RGB
CMYK
RGB Variations
Color information
#C14BF8 (or 0xC14BF8) is known color: Medium Orchid. HEX triplet: C1, 4B and F8. RGB value is (193,75,248). Sum of RGB (Red+Green+Blue) = 193+75+248=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #C14BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BF8 is #3EB407. Grayscale: #818181. Windows color (decimal): -4109320 or 16272321. OLE color: 16272321.
HSL color Cylindrical-coordinate representation of color #C14BF8: hue angle of 280.92º degrees, saturation: 0.93, 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 #C14BF8 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 75 | 248 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.03 |
| HSL | 280.92º | 0.93% | 0.63% | - |
| HSV(B) | 280.92º | 0.7% | 0.97% | - |
| XYZ | 41.45 | 23.15 | 91.09 | - |
| YUV | 130 | 194.59 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 248 | 0.22 | 0.70 | 0 | 0.03 | 280.92 | 0.93 | 0.63 |
| Hex | C1 | 4B | F8 | 16 | 46 | 0 | 3 | 119 | 5D | 3F |
| Octal | 301 | 113 | 370 | 26 | 106 | 0 | 3 | 431 | 135 | 77 |
| Binary | 11000001 | 1001011 | 11111000 | 10110 | 1000110 | 0 | 11 | 100011001 | 1011101 | 111111 |
Color Harmonies of #C14BF8
Complementary color
Monochromatic Colors of #C14BF8
Black with #C14BF8
Text Example
Text Example
White with #C14BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BF8; }
p { color: rgb(193,75,248); }
H1.HeaderClassName
{
color: #C14BF8;
}
.AnyTagClassName
{
color: #C14BF8;
}
</style>
background-color css
<style>
a { background-color: #C14BF8; }
a { background-color: rgb(193,75,248); }
div.DivClassName
{
background-color: #C14BF8;
}
.BgClassName
{
background-color: #C14BF8;
}
</style>
border-color css
<style>
span { border-color: #C14BF8; }
span { border-color: rgb(193,75,248); }
td.TdClassName
{
border-color: #C14BF8;
}
.TagClassName
{
border-color: #C14BF8;
}
</style>