Shades of Medium Orchid #C848D9
Tints of Medium Orchid #C848D9
RGB
CMYK
RGB Variations
Color information
#C848D9 (or 0xC848D9) is known color: Medium Orchid. HEX triplet: C8, 48 and D9. RGB value is (200,72,217). Sum of RGB (Red+Green+Blue) = 200+72+217=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #C848D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848D9 is #37B726. Grayscale: #7E7E7E. Windows color (decimal): -3651367 or 14239944. OLE color: 14239944.
HSL color Cylindrical-coordinate representation of color #C848D9: hue angle of 292.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C848D9 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 72 | 217 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.15 |
| HSL | 292.97º | 0.66% | 0.57% | - |
| HSV(B) | 292.97º | 0.67% | 0.85% | - |
| XYZ | 38.66 | 21.92 | 67.84 | - |
| YUV | 126.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 217 | 0.08 | 0.67 | 0 | 0.15 | 292.97 | 0.66 | 0.57 |
| Hex | C8 | 48 | D9 | 8 | 43 | 0 | F | 125 | 42 | 39 |
| Octal | 310 | 110 | 331 | 10 | 103 | 0 | 17 | 445 | 102 | 71 |
| Binary | 11001000 | 1001000 | 11011001 | 1000 | 1000011 | 0 | 1111 | 100100101 | 1000010 | 111001 |
Color Harmonies of #C848D9
Complementary color
Monochromatic Colors of #C848D9
Black with #C848D9
Text Example
Text Example
White with #C848D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848D9; }
p { color: rgb(200,72,217); }
H1.HeaderClassName
{
color: #C848D9;
}
.AnyTagClassName
{
color: #C848D9;
}
</style>
background-color css
<style>
a { background-color: #C848D9; }
a { background-color: rgb(200,72,217); }
div.DivClassName
{
background-color: #C848D9;
}
.BgClassName
{
background-color: #C848D9;
}
</style>
border-color css
<style>
span { border-color: #C848D9; }
span { border-color: rgb(200,72,217); }
td.TdClassName
{
border-color: #C848D9;
}
.TagClassName
{
border-color: #C848D9;
}
</style>