Shades of Medium Orchid #C048DC
Tints of Medium Orchid #C048DC
RGB
CMYK
RGB Variations
Color information
#C048DC (or 0xC048DC) is known color: Medium Orchid. HEX triplet: C0, 48 and DC. RGB value is (192,72,220). Sum of RGB (Red+Green+Blue) = 192+72+220=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #C048DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048DC is #3FB723. Grayscale: #7C7C7C. Windows color (decimal): -4175652 or 14436544. OLE color: 14436544.
HSL color Cylindrical-coordinate representation of color #C048DC: hue angle of 288.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C048DC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 72 | 220 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.14 |
| HSL | 288.65º | 0.68% | 0.57% | - |
| HSV(B) | 288.65º | 0.67% | 0.86% | - |
| XYZ | 36.97 | 21.01 | 69.82 | - |
| YUV | 124.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 220 | 0.13 | 0.67 | 0 | 0.14 | 288.65 | 0.68 | 0.57 |
| Hex | C0 | 48 | DC | D | 43 | 0 | E | 121 | 44 | 39 |
| Octal | 300 | 110 | 334 | 15 | 103 | 0 | 16 | 441 | 104 | 71 |
| Binary | 11000000 | 1001000 | 11011100 | 1101 | 1000011 | 0 | 1110 | 100100001 | 1000100 | 111001 |
Color Harmonies of #C048DC
Complementary color
Monochromatic Colors of #C048DC
Black with #C048DC
Text Example
Text Example
White with #C048DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048DC; }
p { color: rgb(192,72,220); }
H1.HeaderClassName
{
color: #C048DC;
}
.AnyTagClassName
{
color: #C048DC;
}
</style>
background-color css
<style>
a { background-color: #C048DC; }
a { background-color: rgb(192,72,220); }
div.DivClassName
{
background-color: #C048DC;
}
.BgClassName
{
background-color: #C048DC;
}
</style>
border-color css
<style>
span { border-color: #C048DC; }
span { border-color: rgb(192,72,220); }
td.TdClassName
{
border-color: #C048DC;
}
.TagClassName
{
border-color: #C048DC;
}
</style>