Shades of Medium Orchid #C848EC
Tints of Medium Orchid #C848EC
RGB
CMYK
RGB Variations
Color information
#C848EC (or 0xC848EC) is known color: Medium Orchid. HEX triplet: C8, 48 and EC. RGB value is (200,72,236). Sum of RGB (Red+Green+Blue) = 200+72+236=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #C848EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848EC is #37B713. Grayscale: #808080. Windows color (decimal): -3651348 or 15485128. OLE color: 15485128.
HSL color Cylindrical-coordinate representation of color #C848EC: hue angle of 286.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C848EC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 72 | 236 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.07 |
| HSL | 286.83º | 0.81% | 0.6% | - |
| HSV(B) | 286.83º | 0.69% | 0.93% | - |
| XYZ | 41.28 | 22.97 | 81.62 | - |
| YUV | 128.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 236 | 0.15 | 0.69 | 0 | 0.07 | 286.83 | 0.81 | 0.6 |
| Hex | C8 | 48 | EC | F | 45 | 0 | 7 | 11F | 51 | 3C |
| Octal | 310 | 110 | 354 | 17 | 105 | 0 | 7 | 437 | 121 | 74 |
| Binary | 11001000 | 1001000 | 11101100 | 1111 | 1000101 | 0 | 111 | 100011111 | 1010001 | 111100 |
Color Harmonies of #C848EC
Complementary color
Monochromatic Colors of #C848EC
Black with #C848EC
Text Example
Text Example
White with #C848EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848EC; }
p { color: rgb(200,72,236); }
H1.HeaderClassName
{
color: #C848EC;
}
.AnyTagClassName
{
color: #C848EC;
}
</style>
background-color css
<style>
a { background-color: #C848EC; }
a { background-color: rgb(200,72,236); }
div.DivClassName
{
background-color: #C848EC;
}
.BgClassName
{
background-color: #C848EC;
}
</style>
border-color css
<style>
span { border-color: #C848EC; }
span { border-color: rgb(200,72,236); }
td.TdClassName
{
border-color: #C848EC;
}
.TagClassName
{
border-color: #C848EC;
}
</style>