Shades of Medium Orchid #C048EB
Tints of Medium Orchid #C048EB
RGB
CMYK
RGB Variations
Color information
#C048EB (or 0xC048EB) is known color: Medium Orchid. HEX triplet: C0, 48 and EB. RGB value is (192,72,235). Sum of RGB (Red+Green+Blue) = 192+72+235=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #C048EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048EB is #3FB714. Grayscale: #7D7D7D. Windows color (decimal): -4175637 or 15419584. OLE color: 15419584.
HSL color Cylindrical-coordinate representation of color #C048EB: hue angle of 284.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C048EB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 72 | 235 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.08 |
| HSL | 284.17º | 0.8% | 0.6% | - |
| HSV(B) | 284.17º | 0.69% | 0.92% | - |
| XYZ | 39.05 | 21.84 | 80.75 | - |
| YUV | 126.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 235 | 0.18 | 0.69 | 0 | 0.08 | 284.17 | 0.8 | 0.6 |
| Hex | C0 | 48 | EB | 12 | 45 | 0 | 8 | 11C | 50 | 3C |
| Octal | 300 | 110 | 353 | 22 | 105 | 0 | 10 | 434 | 120 | 74 |
| Binary | 11000000 | 1001000 | 11101011 | 10010 | 1000101 | 0 | 1000 | 100011100 | 1010000 | 111100 |
Color Harmonies of #C048EB
Complementary color
Monochromatic Colors of #C048EB
Black with #C048EB
Text Example
Text Example
White with #C048EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048EB; }
p { color: rgb(192,72,235); }
H1.HeaderClassName
{
color: #C048EB;
}
.AnyTagClassName
{
color: #C048EB;
}
</style>
background-color css
<style>
a { background-color: #C048EB; }
a { background-color: rgb(192,72,235); }
div.DivClassName
{
background-color: #C048EB;
}
.BgClassName
{
background-color: #C048EB;
}
</style>
border-color css
<style>
span { border-color: #C048EB; }
span { border-color: rgb(192,72,235); }
td.TdClassName
{
border-color: #C048EB;
}
.TagClassName
{
border-color: #C048EB;
}
</style>