Shades of Medium Orchid #C848DC
Tints of Medium Orchid #C848DC
RGB
CMYK
RGB Variations
Color information
#C848DC (or 0xC848DC) is known color: Medium Orchid. HEX triplet: C8, 48 and DC. RGB value is (200,72,220). Sum of RGB (Red+Green+Blue) = 200+72+220=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #C848DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848DC is #37B723. Grayscale: #7E7E7E. Windows color (decimal): -3651364 or 14436552. OLE color: 14436552.
HSL color Cylindrical-coordinate representation of color #C848DC: hue angle of 291.89º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C848DC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 72 | 220 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.14 |
| HSL | 291.89º | 0.68% | 0.57% | - |
| HSV(B) | 291.89º | 0.67% | 0.86% | - |
| XYZ | 39.06 | 22.08 | 69.91 | - |
| YUV | 127.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 220 | 0.09 | 0.67 | 0 | 0.14 | 291.89 | 0.68 | 0.57 |
| Hex | C8 | 48 | DC | 9 | 43 | 0 | E | 124 | 44 | 39 |
| Octal | 310 | 110 | 334 | 11 | 103 | 0 | 16 | 444 | 104 | 71 |
| Binary | 11001000 | 1001000 | 11011100 | 1001 | 1000011 | 0 | 1110 | 100100100 | 1000100 | 111001 |
Color Harmonies of #C848DC
Complementary color
Monochromatic Colors of #C848DC
Black with #C848DC
Text Example
Text Example
White with #C848DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848DC; }
p { color: rgb(200,72,220); }
H1.HeaderClassName
{
color: #C848DC;
}
.AnyTagClassName
{
color: #C848DC;
}
</style>
background-color css
<style>
a { background-color: #C848DC; }
a { background-color: rgb(200,72,220); }
div.DivClassName
{
background-color: #C848DC;
}
.BgClassName
{
background-color: #C848DC;
}
</style>
border-color css
<style>
span { border-color: #C848DC; }
span { border-color: rgb(200,72,220); }
td.TdClassName
{
border-color: #C848DC;
}
.TagClassName
{
border-color: #C848DC;
}
</style>