Shades of Medium Orchid #C848E0
Tints of Medium Orchid #C848E0
RGB
CMYK
RGB Variations
Color information
#C848E0 (or 0xC848E0) is known color: Medium Orchid. HEX triplet: C8, 48 and E0. RGB value is (200,72,224). Sum of RGB (Red+Green+Blue) = 200+72+224=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #C848E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848E0 is #37B71F. Grayscale: #7F7F7F. Windows color (decimal): -3651360 or 14698696. OLE color: 14698696.
HSL color Cylindrical-coordinate representation of color #C848E0: hue angle of 290.53º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C848E0 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 72 | 224 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.12 |
| HSL | 290.53º | 0.71% | 0.58% | - |
| HSV(B) | 290.53º | 0.68% | 0.88% | - |
| XYZ | 39.59 | 22.3 | 72.74 | - |
| YUV | 127.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 224 | 0.11 | 0.68 | 0 | 0.12 | 290.53 | 0.71 | 0.58 |
| Hex | C8 | 48 | E0 | B | 44 | 0 | C | 123 | 47 | 3A |
| Octal | 310 | 110 | 340 | 13 | 104 | 0 | 14 | 443 | 107 | 72 |
| Binary | 11001000 | 1001000 | 11100000 | 1011 | 1000100 | 0 | 1100 | 100100011 | 1000111 | 111010 |
Color Harmonies of #C848E0
Complementary color
Monochromatic Colors of #C848E0
Black with #C848E0
Text Example
Text Example
White with #C848E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848E0; }
p { color: rgb(200,72,224); }
H1.HeaderClassName
{
color: #C848E0;
}
.AnyTagClassName
{
color: #C848E0;
}
</style>
background-color css
<style>
a { background-color: #C848E0; }
a { background-color: rgb(200,72,224); }
div.DivClassName
{
background-color: #C848E0;
}
.BgClassName
{
background-color: #C848E0;
}
</style>
border-color css
<style>
span { border-color: #C848E0; }
span { border-color: rgb(200,72,224); }
td.TdClassName
{
border-color: #C848E0;
}
.TagClassName
{
border-color: #C848E0;
}
</style>