Shades of Medium Orchid #C048FF
Tints of Medium Orchid #C048FF
RGB
CMYK
RGB Variations
Color information
#C048FF (or 0xC048FF) is known color: Medium Orchid. HEX triplet: C0, 48 and FF. RGB value is (192,72,255). Sum of RGB (Red+Green+Blue) = 192+72+255=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #C048FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048FF is #3FB700. Grayscale: #808080. Windows color (decimal): -4175617 or 16730304. OLE color: 16730304.
HSL color Cylindrical-coordinate representation of color #C048FF: hue angle of 279.34º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C048FF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 72 | 255 | - |
| CMYK | 0.25 | 0.72 | 0 | 0 |
| HSL | 279.34º | 1% | 0.64% | - |
| HSV(B) | 279.34º | 0.72% | 1% | - |
| XYZ | 42.11 | 23.06 | 96.84 | - |
| YUV | 128.74 | 199.26 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 255 | 0.25 | 0.72 | 0 | 0 | 279.34 | 1 | 0.64 |
| Hex | C0 | 48 | FF | 19 | 48 | 0 | 0 | 117 | 64 | 40 |
| Octal | 300 | 110 | 377 | 31 | 110 | 0 | 0 | 427 | 144 | 100 |
| Binary | 11000000 | 1001000 | 11111111 | 11001 | 1001000 | 0 | 0 | 100010111 | 1100100 | 1000000 |
Color Harmonies of #C048FF
Complementary color
Monochromatic Colors of #C048FF
Black with #C048FF
Text Example
Text Example
White with #C048FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048FF; }
p { color: rgb(192,72,255); }
H1.HeaderClassName
{
color: #C048FF;
}
.AnyTagClassName
{
color: #C048FF;
}
</style>
background-color css
<style>
a { background-color: #C048FF; }
a { background-color: rgb(192,72,255); }
div.DivClassName
{
background-color: #C048FF;
}
.BgClassName
{
background-color: #C048FF;
}
</style>
border-color css
<style>
span { border-color: #C048FF; }
span { border-color: rgb(192,72,255); }
td.TdClassName
{
border-color: #C048FF;
}
.TagClassName
{
border-color: #C048FF;
}
</style>