Shades of Medium Orchid #C048D5
Tints of Medium Orchid #C048D5
RGB
CMYK
RGB Variations
Color information
#C048D5 (or 0xC048D5) is known color: Medium Orchid. HEX triplet: C0, 48 and D5. RGB value is (192,72,213). Sum of RGB (Red+Green+Blue) = 192+72+213=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #C048D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048D5 is #3FB72A. Grayscale: #7B7B7B. Windows color (decimal): -4175659 or 13977792. OLE color: 13977792.
HSL color Cylindrical-coordinate representation of color #C048D5: hue angle of 291.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C048D5 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 72 | 213 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.16 |
| HSL | 291.06º | 0.63% | 0.56% | - |
| HSV(B) | 291.06º | 0.66% | 0.84% | - |
| XYZ | 36.07 | 20.65 | 65.03 | - |
| YUV | 123.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 213 | 0.10 | 0.66 | 0 | 0.16 | 291.06 | 0.63 | 0.56 |
| Hex | C0 | 48 | D5 | A | 42 | 0 | 10 | 123 | 3F | 38 |
| Octal | 300 | 110 | 325 | 12 | 102 | 0 | 20 | 443 | 77 | 70 |
| Binary | 11000000 | 1001000 | 11010101 | 1010 | 1000010 | 0 | 10000 | 100100011 | 111111 | 111000 |
Color Harmonies of #C048D5
Complementary color
Monochromatic Colors of #C048D5
Black with #C048D5
Text Example
Text Example
White with #C048D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048D5; }
p { color: rgb(192,72,213); }
H1.HeaderClassName
{
color: #C048D5;
}
.AnyTagClassName
{
color: #C048D5;
}
</style>
background-color css
<style>
a { background-color: #C048D5; }
a { background-color: rgb(192,72,213); }
div.DivClassName
{
background-color: #C048D5;
}
.BgClassName
{
background-color: #C048D5;
}
</style>
border-color css
<style>
span { border-color: #C048D5; }
span { border-color: rgb(192,72,213); }
td.TdClassName
{
border-color: #C048D5;
}
.TagClassName
{
border-color: #C048D5;
}
</style>