Shades of Medium Orchid #C146FB
Tints of Medium Orchid #C146FB
RGB
CMYK
RGB Variations
Color information
#C146FB (or 0xC146FB) is known color: Medium Orchid. HEX triplet: C1, 46 and FB. RGB value is (193,70,251). Sum of RGB (Red+Green+Blue) = 193+70+251=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #C146FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C146FB is #3EB904. Grayscale: #7E7E7E. Windows color (decimal): -4110597 or 16467649. OLE color: 16467649.
HSL color Cylindrical-coordinate representation of color #C146FB: hue angle of 280.77º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C146FB is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 70 | 251 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.02 |
| HSL | 280.77º | 0.96% | 0.63% | - |
| HSV(B) | 280.77º | 0.72% | 0.98% | - |
| XYZ | 41.6 | 22.68 | 93.45 | - |
| YUV | 127.41 | 197.75 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 251 | 0.23 | 0.72 | 0 | 0.02 | 280.77 | 0.96 | 0.63 |
| Hex | C1 | 46 | FB | 17 | 48 | 0 | 2 | 119 | 60 | 3F |
| Octal | 301 | 106 | 373 | 27 | 110 | 0 | 2 | 431 | 140 | 77 |
| Binary | 11000001 | 1000110 | 11111011 | 10111 | 1001000 | 0 | 10 | 100011001 | 1100000 | 111111 |
Color Harmonies of #C146FB
Complementary color
Monochromatic Colors of #C146FB
Black with #C146FB
Text Example
Text Example
White with #C146FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C146FB; }
p { color: rgb(193,70,251); }
H1.HeaderClassName
{
color: #C146FB;
}
.AnyTagClassName
{
color: #C146FB;
}
</style>
background-color css
<style>
a { background-color: #C146FB; }
a { background-color: rgb(193,70,251); }
div.DivClassName
{
background-color: #C146FB;
}
.BgClassName
{
background-color: #C146FB;
}
</style>
border-color css
<style>
span { border-color: #C146FB; }
span { border-color: rgb(193,70,251); }
td.TdClassName
{
border-color: #C146FB;
}
.TagClassName
{
border-color: #C146FB;
}
</style>