Shades of Medium Orchid #C148FC
Tints of Medium Orchid #C148FC
RGB
CMYK
RGB Variations
Color information
#C148FC (or 0xC148FC) is known color: Medium Orchid. HEX triplet: C1, 48 and FC. RGB value is (193,72,252). Sum of RGB (Red+Green+Blue) = 193+72+252=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #C148FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C148FC is #3EB703. Grayscale: #808080. Windows color (decimal): -4110084 or 16533697. OLE color: 16533697.
HSL color Cylindrical-coordinate representation of color #C148FC: hue angle of 280.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C148FC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 72 | 252 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.01 |
| HSL | 280.33º | 0.97% | 0.64% | - |
| HSV(B) | 280.33º | 0.71% | 0.99% | - |
| XYZ | 41.88 | 23 | 94.33 | - |
| YUV | 128.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 252 | 0.23 | 0.71 | 0 | 0.01 | 280.33 | 0.97 | 0.64 |
| Hex | C1 | 48 | FC | 17 | 47 | 0 | 1 | 118 | 61 | 40 |
| Octal | 301 | 110 | 374 | 27 | 107 | 0 | 1 | 430 | 141 | 100 |
| Binary | 11000001 | 1001000 | 11111100 | 10111 | 1000111 | 0 | 1 | 100011000 | 1100001 | 1000000 |
Color Harmonies of #C148FC
Complementary color
Monochromatic Colors of #C148FC
Black with #C148FC
Text Example
Text Example
White with #C148FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148FC; }
p { color: rgb(193,72,252); }
H1.HeaderClassName
{
color: #C148FC;
}
.AnyTagClassName
{
color: #C148FC;
}
</style>
background-color css
<style>
a { background-color: #C148FC; }
a { background-color: rgb(193,72,252); }
div.DivClassName
{
background-color: #C148FC;
}
.BgClassName
{
background-color: #C148FC;
}
</style>
border-color css
<style>
span { border-color: #C148FC; }
span { border-color: rgb(193,72,252); }
td.TdClassName
{
border-color: #C148FC;
}
.TagClassName
{
border-color: #C148FC;
}
</style>