Shades of Medium Orchid #C048CD
Tints of Medium Orchid #C048CD
RGB
CMYK
RGB Variations
Color information
#C048CD (or 0xC048CD) is known color: Medium Orchid. HEX triplet: C0, 48 and CD. RGB value is (192,72,205). Sum of RGB (Red+Green+Blue) = 192+72+205=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C048CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048CD is #3FB732. Grayscale: #7A7A7A. Windows color (decimal): -4175667 or 13453504. OLE color: 13453504.
HSL color Cylindrical-coordinate representation of color #C048CD: hue angle of 294.14º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C048CD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 72 | 205 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.20 |
| HSL | 294.14º | 0.57% | 0.54% | - |
| HSV(B) | 294.14º | 0.65% | 0.8% | - |
| XYZ | 35.08 | 20.25 | 59.82 | - |
| YUV | 123.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 205 | 0.06 | 0.65 | 0 | 0.20 | 294.14 | 0.57 | 0.54 |
| Hex | C0 | 48 | CD | 6 | 41 | 0 | 14 | 126 | 39 | 36 |
| Octal | 300 | 110 | 315 | 6 | 101 | 0 | 24 | 446 | 71 | 66 |
| Binary | 11000000 | 1001000 | 11001101 | 110 | 1000001 | 0 | 10100 | 100100110 | 111001 | 110110 |
Color Harmonies of #C048CD
Complementary color
Monochromatic Colors of #C048CD
Black with #C048CD
Text Example
Text Example
White with #C048CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048CD; }
p { color: rgb(192,72,205); }
H1.HeaderClassName
{
color: #C048CD;
}
.AnyTagClassName
{
color: #C048CD;
}
</style>
background-color css
<style>
a { background-color: #C048CD; }
a { background-color: rgb(192,72,205); }
div.DivClassName
{
background-color: #C048CD;
}
.BgClassName
{
background-color: #C048CD;
}
</style>
border-color css
<style>
span { border-color: #C048CD; }
span { border-color: rgb(192,72,205); }
td.TdClassName
{
border-color: #C048CD;
}
.TagClassName
{
border-color: #C048CD;
}
</style>