Shades of Medium Orchid #C848E5
Tints of Medium Orchid #C848E5
RGB
CMYK
RGB Variations
Color information
#C848E5 (or 0xC848E5) is known color: Medium Orchid. HEX triplet: C8, 48 and E5. RGB value is (200,72,229). Sum of RGB (Red+Green+Blue) = 200+72+229=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #C848E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848E5 is #37B71A. Grayscale: #7F7F7F. Windows color (decimal): -3651355 or 15026376. OLE color: 15026376.
HSL color Cylindrical-coordinate representation of color #C848E5: hue angle of 288.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C848E5 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 72 | 229 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.10 |
| HSL | 288.92º | 0.75% | 0.59% | - |
| HSV(B) | 288.92º | 0.69% | 0.9% | - |
| XYZ | 40.28 | 22.57 | 76.36 | - |
| YUV | 128.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 229 | 0.13 | 0.69 | 0 | 0.10 | 288.92 | 0.75 | 0.59 |
| Hex | C8 | 48 | E5 | D | 45 | 0 | A | 121 | 4B | 3B |
| Octal | 310 | 110 | 345 | 15 | 105 | 0 | 12 | 441 | 113 | 73 |
| Binary | 11001000 | 1001000 | 11100101 | 1101 | 1000101 | 0 | 1010 | 100100001 | 1001011 | 111011 |
Color Harmonies of #C848E5
Complementary color
Monochromatic Colors of #C848E5
Black with #C848E5
Text Example
Text Example
White with #C848E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848E5; }
p { color: rgb(200,72,229); }
H1.HeaderClassName
{
color: #C848E5;
}
.AnyTagClassName
{
color: #C848E5;
}
</style>
background-color css
<style>
a { background-color: #C848E5; }
a { background-color: rgb(200,72,229); }
div.DivClassName
{
background-color: #C848E5;
}
.BgClassName
{
background-color: #C848E5;
}
</style>
border-color css
<style>
span { border-color: #C848E5; }
span { border-color: rgb(200,72,229); }
td.TdClassName
{
border-color: #C848E5;
}
.TagClassName
{
border-color: #C848E5;
}
</style>