Shades of Medium Orchid #C048EA
Tints of Medium Orchid #C048EA
RGB
CMYK
RGB Variations
Color information
#C048EA (or 0xC048EA) is known color: Medium Orchid. HEX triplet: C0, 48 and EA. RGB value is (192,72,234). Sum of RGB (Red+Green+Blue) = 192+72+234=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #C048EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C048EA is #3FB715. Grayscale: #7D7D7D. Windows color (decimal): -4175638 or 15354048. OLE color: 15354048.
HSL color Cylindrical-coordinate representation of color #C048EA: hue angle of 284.44º degrees, saturation: 0.79, 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 #C048EA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 72 | 234 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.08 |
| HSL | 284.44º | 0.79% | 0.6% | - |
| HSV(B) | 284.44º | 0.69% | 0.92% | - |
| XYZ | 38.91 | 21.78 | 80 | - |
| YUV | 126.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 234 | 0.18 | 0.69 | 0 | 0.08 | 284.44 | 0.79 | 0.6 |
| Hex | C0 | 48 | EA | 12 | 45 | 0 | 8 | 11C | 4F | 3C |
| Octal | 300 | 110 | 352 | 22 | 105 | 0 | 10 | 434 | 117 | 74 |
| Binary | 11000000 | 1001000 | 11101010 | 10010 | 1000101 | 0 | 1000 | 100011100 | 1001111 | 111100 |
Color Harmonies of #C048EA
Complementary color
Monochromatic Colors of #C048EA
Black with #C048EA
Text Example
Text Example
White with #C048EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048EA; }
p { color: rgb(192,72,234); }
H1.HeaderClassName
{
color: #C048EA;
}
.AnyTagClassName
{
color: #C048EA;
}
</style>
background-color css
<style>
a { background-color: #C048EA; }
a { background-color: rgb(192,72,234); }
div.DivClassName
{
background-color: #C048EA;
}
.BgClassName
{
background-color: #C048EA;
}
</style>
border-color css
<style>
span { border-color: #C048EA; }
span { border-color: rgb(192,72,234); }
td.TdClassName
{
border-color: #C048EA;
}
.TagClassName
{
border-color: #C048EA;
}
</style>