Shades of Medium Orchid #C048DB
Tints of Medium Orchid #C048DB
RGB
CMYK
RGB Variations
Color information
#C048DB (or 0xC048DB) is known color: Medium Orchid. HEX triplet: C0, 48 and DB. RGB value is (192,72,219). Sum of RGB (Red+Green+Blue) = 192+72+219=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C048DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048DB is #3FB724. Grayscale: #7C7C7C. Windows color (decimal): -4175653 or 14371008. OLE color: 14371008.
HSL color Cylindrical-coordinate representation of color #C048DB: hue angle of 288.98º degrees, saturation: 0.67, 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 #C048DB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 72 | 219 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.14 |
| HSL | 288.98º | 0.67% | 0.57% | - |
| HSV(B) | 288.98º | 0.67% | 0.86% | - |
| XYZ | 36.84 | 20.96 | 69.12 | - |
| YUV | 124.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 219 | 0.12 | 0.67 | 0 | 0.14 | 288.98 | 0.67 | 0.57 |
| Hex | C0 | 48 | DB | C | 43 | 0 | E | 121 | 43 | 39 |
| Octal | 300 | 110 | 333 | 14 | 103 | 0 | 16 | 441 | 103 | 71 |
| Binary | 11000000 | 1001000 | 11011011 | 1100 | 1000011 | 0 | 1110 | 100100001 | 1000011 | 111001 |
Color Harmonies of #C048DB
Complementary color
Monochromatic Colors of #C048DB
Black with #C048DB
Text Example
Text Example
White with #C048DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048DB; }
p { color: rgb(192,72,219); }
H1.HeaderClassName
{
color: #C048DB;
}
.AnyTagClassName
{
color: #C048DB;
}
</style>
background-color css
<style>
a { background-color: #C048DB; }
a { background-color: rgb(192,72,219); }
div.DivClassName
{
background-color: #C048DB;
}
.BgClassName
{
background-color: #C048DB;
}
</style>
border-color css
<style>
span { border-color: #C048DB; }
span { border-color: rgb(192,72,219); }
td.TdClassName
{
border-color: #C048DB;
}
.TagClassName
{
border-color: #C048DB;
}
</style>