Shades of Medium Orchid #C048FA
Tints of Medium Orchid #C048FA
RGB
CMYK
RGB Variations
Color information
#C048FA (or 0xC048FA) is known color: Medium Orchid. HEX triplet: C0, 48 and FA. RGB value is (192,72,250). Sum of RGB (Red+Green+Blue) = 192+72+250=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #C048FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048FA is #3FB705. Grayscale: #7F7F7F. Windows color (decimal): -4175622 or 16402624. OLE color: 16402624.
HSL color Cylindrical-coordinate representation of color #C048FA: hue angle of 280.45º degrees, saturation: 0.95, 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 #C048FA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 72 | 250 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.02 |
| HSL | 280.45º | 0.95% | 0.63% | - |
| HSV(B) | 280.45º | 0.71% | 0.98% | - |
| XYZ | 41.31 | 22.74 | 92.66 | - |
| YUV | 128.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 250 | 0.23 | 0.71 | 0 | 0.02 | 280.45 | 0.95 | 0.63 |
| Hex | C0 | 48 | FA | 17 | 47 | 0 | 2 | 118 | 5F | 3F |
| Octal | 300 | 110 | 372 | 27 | 107 | 0 | 2 | 430 | 137 | 77 |
| Binary | 11000000 | 1001000 | 11111010 | 10111 | 1000111 | 0 | 10 | 100011000 | 1011111 | 111111 |
Color Harmonies of #C048FA
Complementary color
Monochromatic Colors of #C048FA
Black with #C048FA
Text Example
Text Example
White with #C048FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048FA; }
p { color: rgb(192,72,250); }
H1.HeaderClassName
{
color: #C048FA;
}
.AnyTagClassName
{
color: #C048FA;
}
</style>
background-color css
<style>
a { background-color: #C048FA; }
a { background-color: rgb(192,72,250); }
div.DivClassName
{
background-color: #C048FA;
}
.BgClassName
{
background-color: #C048FA;
}
</style>
border-color css
<style>
span { border-color: #C048FA; }
span { border-color: rgb(192,72,250); }
td.TdClassName
{
border-color: #C048FA;
}
.TagClassName
{
border-color: #C048FA;
}
</style>