Shades of Medium Orchid #C846DF
Tints of Medium Orchid #C846DF
RGB
CMYK
RGB Variations
Color information
#C846DF (or 0xC846DF) is known color: Medium Orchid. HEX triplet: C8, 46 and DF. RGB value is (200,70,223). Sum of RGB (Red+Green+Blue) = 200+70+223=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #C846DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846DF is #37B920. Grayscale: #7D7D7D. Windows color (decimal): -3651873 or 14632648. OLE color: 14632648.
HSL color Cylindrical-coordinate representation of color #C846DF: hue angle of 290.98º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C846DF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 70 | 223 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.13 |
| HSL | 290.98º | 0.71% | 0.57% | - |
| HSV(B) | 290.98º | 0.69% | 0.87% | - |
| XYZ | 39.33 | 21.99 | 71.98 | - |
| YUV | 126.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 223 | 0.10 | 0.69 | 0 | 0.13 | 290.98 | 0.71 | 0.57 |
| Hex | C8 | 46 | DF | A | 45 | 0 | D | 123 | 47 | 39 |
| Octal | 310 | 106 | 337 | 12 | 105 | 0 | 15 | 443 | 107 | 71 |
| Binary | 11001000 | 1000110 | 11011111 | 1010 | 1000101 | 0 | 1101 | 100100011 | 1000111 | 111001 |
Color Harmonies of #C846DF
Complementary color
Monochromatic Colors of #C846DF
Black with #C846DF
Text Example
Text Example
White with #C846DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846DF; }
p { color: rgb(200,70,223); }
H1.HeaderClassName
{
color: #C846DF;
}
.AnyTagClassName
{
color: #C846DF;
}
</style>
background-color css
<style>
a { background-color: #C846DF; }
a { background-color: rgb(200,70,223); }
div.DivClassName
{
background-color: #C846DF;
}
.BgClassName
{
background-color: #C846DF;
}
</style>
border-color css
<style>
span { border-color: #C846DF; }
span { border-color: rgb(200,70,223); }
td.TdClassName
{
border-color: #C846DF;
}
.TagClassName
{
border-color: #C846DF;
}
</style>