Shades of Medium Orchid #C846DC
Tints of Medium Orchid #C846DC
RGB
CMYK
RGB Variations
Color information
#C846DC (or 0xC846DC) is known color: Medium Orchid. HEX triplet: C8, 46 and DC. RGB value is (200,70,220). Sum of RGB (Red+Green+Blue) = 200+70+220=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #C846DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846DC is #37B923. Grayscale: #7D7D7D. Windows color (decimal): -3651876 or 14436040. OLE color: 14436040.
HSL color Cylindrical-coordinate representation of color #C846DC: hue angle of 292º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C846DC is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 70 | 220 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.14 |
| HSL | 292º | 0.68% | 0.57% | - |
| HSV(B) | 292º | 0.68% | 0.86% | - |
| XYZ | 38.93 | 21.83 | 69.87 | - |
| YUV | 125.97 | 181.07 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 220 | 0.09 | 0.68 | 0 | 0.14 | 292 | 0.68 | 0.57 |
| Hex | C8 | 46 | DC | 9 | 44 | 0 | E | 124 | 44 | 39 |
| Octal | 310 | 106 | 334 | 11 | 104 | 0 | 16 | 444 | 104 | 71 |
| Binary | 11001000 | 1000110 | 11011100 | 1001 | 1000100 | 0 | 1110 | 100100100 | 1000100 | 111001 |
Color Harmonies of #C846DC
Complementary color
Monochromatic Colors of #C846DC
Black with #C846DC
Text Example
Text Example
White with #C846DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846DC; }
p { color: rgb(200,70,220); }
H1.HeaderClassName
{
color: #C846DC;
}
.AnyTagClassName
{
color: #C846DC;
}
</style>
background-color css
<style>
a { background-color: #C846DC; }
a { background-color: rgb(200,70,220); }
div.DivClassName
{
background-color: #C846DC;
}
.BgClassName
{
background-color: #C846DC;
}
</style>
border-color css
<style>
span { border-color: #C846DC; }
span { border-color: rgb(200,70,220); }
td.TdClassName
{
border-color: #C846DC;
}
.TagClassName
{
border-color: #C846DC;
}
</style>