Shades of Medium Orchid #C048D3
Tints of Medium Orchid #C048D3
RGB
CMYK
RGB Variations
Color information
#C048D3 (or 0xC048D3) is known color: Medium Orchid. HEX triplet: C0, 48 and D3. RGB value is (192,72,211). Sum of RGB (Red+Green+Blue) = 192+72+211=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #C048D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048D3 is #3FB72C. Grayscale: #7B7B7B. Windows color (decimal): -4175661 or 13846720. OLE color: 13846720.
HSL color Cylindrical-coordinate representation of color #C048D3: hue angle of 291.8º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C048D3 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 72 | 211 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.17 |
| HSL | 291.8º | 0.61% | 0.55% | - |
| HSV(B) | 291.8º | 0.66% | 0.83% | - |
| XYZ | 35.81 | 20.54 | 63.71 | - |
| YUV | 123.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 211 | 0.09 | 0.66 | 0 | 0.17 | 291.8 | 0.61 | 0.55 |
| Hex | C0 | 48 | D3 | 9 | 42 | 0 | 11 | 124 | 3D | 37 |
| Octal | 300 | 110 | 323 | 11 | 102 | 0 | 21 | 444 | 75 | 67 |
| Binary | 11000000 | 1001000 | 11010011 | 1001 | 1000010 | 0 | 10001 | 100100100 | 111101 | 110111 |
Color Harmonies of #C048D3
Complementary color
Monochromatic Colors of #C048D3
Black with #C048D3
Text Example
Text Example
White with #C048D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048D3; }
p { color: rgb(192,72,211); }
H1.HeaderClassName
{
color: #C048D3;
}
.AnyTagClassName
{
color: #C048D3;
}
</style>
background-color css
<style>
a { background-color: #C048D3; }
a { background-color: rgb(192,72,211); }
div.DivClassName
{
background-color: #C048D3;
}
.BgClassName
{
background-color: #C048D3;
}
</style>
border-color css
<style>
span { border-color: #C048D3; }
span { border-color: rgb(192,72,211); }
td.TdClassName
{
border-color: #C048D3;
}
.TagClassName
{
border-color: #C048D3;
}
</style>