Shades of Medium Orchid #C048E8
Tints of Medium Orchid #C048E8
RGB
CMYK
RGB Variations
Color information
#C048E8 (or 0xC048E8) is known color: Medium Orchid. HEX triplet: C0, 48 and E8. RGB value is (192,72,232). Sum of RGB (Red+Green+Blue) = 192+72+232=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #C048E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048E8 is #3FB717. Grayscale: #7D7D7D. Windows color (decimal): -4175640 or 15222976. OLE color: 15222976.
HSL color Cylindrical-coordinate representation of color #C048E8: hue angle of 285º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C048E8 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 72 | 232 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.09 |
| HSL | 285º | 0.78% | 0.6% | - |
| HSV(B) | 285º | 0.69% | 0.91% | - |
| XYZ | 38.62 | 21.67 | 78.49 | - |
| YUV | 126.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 232 | 0.17 | 0.69 | 0 | 0.09 | 285 | 0.78 | 0.6 |
| Hex | C0 | 48 | E8 | 11 | 45 | 0 | 9 | 11D | 4E | 3C |
| Octal | 300 | 110 | 350 | 21 | 105 | 0 | 11 | 435 | 116 | 74 |
| Binary | 11000000 | 1001000 | 11101000 | 10001 | 1000101 | 0 | 1001 | 100011101 | 1001110 | 111100 |
Color Harmonies of #C048E8
Complementary color
Monochromatic Colors of #C048E8
Black with #C048E8
Text Example
Text Example
White with #C048E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048E8; }
p { color: rgb(192,72,232); }
H1.HeaderClassName
{
color: #C048E8;
}
.AnyTagClassName
{
color: #C048E8;
}
</style>
background-color css
<style>
a { background-color: #C048E8; }
a { background-color: rgb(192,72,232); }
div.DivClassName
{
background-color: #C048E8;
}
.BgClassName
{
background-color: #C048E8;
}
</style>
border-color css
<style>
span { border-color: #C048E8; }
span { border-color: rgb(192,72,232); }
td.TdClassName
{
border-color: #C048E8;
}
.TagClassName
{
border-color: #C048E8;
}
</style>