Shades of Medium Orchid #C048FC
Tints of Medium Orchid #C048FC
RGB
CMYK
RGB Variations
Color information
#C048FC (or 0xC048FC) is known color: Medium Orchid. HEX triplet: C0, 48 and FC. RGB value is (192,72,252). Sum of RGB (Red+Green+Blue) = 192+72+252=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C048FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048FC is #3FB703. Grayscale: #7F7F7F. Windows color (decimal): -4175620 or 16533696. OLE color: 16533696.
HSL color Cylindrical-coordinate representation of color #C048FC: hue angle of 280º 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 #C048FC is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 72 | 252 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.01 |
| HSL | 280º | 0.97% | 0.64% | - |
| HSV(B) | 280º | 0.71% | 0.99% | - |
| XYZ | 41.63 | 22.87 | 94.32 | - |
| YUV | 128.4 | 197.76 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 252 | 0.24 | 0.71 | 0 | 0.01 | 280 | 0.97 | 0.64 |
| Hex | C0 | 48 | FC | 18 | 47 | 0 | 1 | 118 | 61 | 40 |
| Octal | 300 | 110 | 374 | 30 | 107 | 0 | 1 | 430 | 141 | 100 |
| Binary | 11000000 | 1001000 | 11111100 | 11000 | 1000111 | 0 | 1 | 100011000 | 1100001 | 1000000 |
Color Harmonies of #C048FC
Complementary color
Monochromatic Colors of #C048FC
Black with #C048FC
Text Example
Text Example
White with #C048FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048FC; }
p { color: rgb(192,72,252); }
H1.HeaderClassName
{
color: #C048FC;
}
.AnyTagClassName
{
color: #C048FC;
}
</style>
background-color css
<style>
a { background-color: #C048FC; }
a { background-color: rgb(192,72,252); }
div.DivClassName
{
background-color: #C048FC;
}
.BgClassName
{
background-color: #C048FC;
}
</style>
border-color css
<style>
span { border-color: #C048FC; }
span { border-color: rgb(192,72,252); }
td.TdClassName
{
border-color: #C048FC;
}
.TagClassName
{
border-color: #C048FC;
}
</style>