Shades of Medium Orchid #C148FB
Tints of Medium Orchid #C148FB
RGB
CMYK
RGB Variations
Color information
#C148FB (or 0xC148FB) is known color: Medium Orchid. HEX triplet: C1, 48 and FB. RGB value is (193,72,251). Sum of RGB (Red+Green+Blue) = 193+72+251=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #C148FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148FB is #3EB704. Grayscale: #7F7F7F. Windows color (decimal): -4110085 or 16468161. OLE color: 16468161.
HSL color Cylindrical-coordinate representation of color #C148FB: hue angle of 280.56º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C148FB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 72 | 251 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.02 |
| HSL | 280.56º | 0.96% | 0.63% | - |
| HSV(B) | 280.56º | 0.71% | 0.98% | - |
| XYZ | 41.72 | 22.94 | 93.5 | - |
| YUV | 128.59 | 197.09 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 251 | 0.23 | 0.71 | 0 | 0.02 | 280.56 | 0.96 | 0.63 |
| Hex | C1 | 48 | FB | 17 | 47 | 0 | 2 | 119 | 60 | 3F |
| Octal | 301 | 110 | 373 | 27 | 107 | 0 | 2 | 431 | 140 | 77 |
| Binary | 11000001 | 1001000 | 11111011 | 10111 | 1000111 | 0 | 10 | 100011001 | 1100000 | 111111 |
Color Harmonies of #C148FB
Complementary color
Monochromatic Colors of #C148FB
Black with #C148FB
Text Example
Text Example
White with #C148FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148FB; }
p { color: rgb(193,72,251); }
H1.HeaderClassName
{
color: #C148FB;
}
.AnyTagClassName
{
color: #C148FB;
}
</style>
background-color css
<style>
a { background-color: #C148FB; }
a { background-color: rgb(193,72,251); }
div.DivClassName
{
background-color: #C148FB;
}
.BgClassName
{
background-color: #C148FB;
}
</style>
border-color css
<style>
span { border-color: #C148FB; }
span { border-color: rgb(193,72,251); }
td.TdClassName
{
border-color: #C148FB;
}
.TagClassName
{
border-color: #C148FB;
}
</style>