Shades of Medium Orchid #C46DDF
Tints of Medium Orchid #C46DDF
RGB
CMYK
RGB Variations
Color information
#C46DDF (or 0xC46DDF) is known color: Medium Orchid. HEX triplet: C4, 6D and DF. RGB value is (196,109,223). Sum of RGB (Red+Green+Blue) = 196+109+223=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C46DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDF is #3B9220. Grayscale: #939393. Windows color (decimal): -3904033 or 14642628. OLE color: 14642628.
HSL color Cylindrical-coordinate representation of color #C46DDF: hue angle of 285.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46DDF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 109 | 223 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.13 |
| HSL | 285.79º | 0.64% | 0.65% | - |
| HSV(B) | 285.79º | 0.51% | 0.87% | - |
| XYZ | 41.55 | 28 | 73.03 | - |
| YUV | 148.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 223 | 0.12 | 0.51 | 0 | 0.13 | 285.79 | 0.64 | 0.65 |
| Hex | C4 | 6D | DF | C | 33 | 0 | D | 11E | 40 | 41 |
| Octal | 304 | 155 | 337 | 14 | 63 | 0 | 15 | 436 | 100 | 101 |
| Binary | 11000100 | 1101101 | 11011111 | 1100 | 110011 | 0 | 1101 | 100011110 | 1000000 | 1000001 |
Color Harmonies of #C46DDF
Complementary color
Monochromatic Colors of #C46DDF
Black with #C46DDF
Text Example
Text Example
White with #C46DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DDF; }
p { color: rgb(196,109,223); }
H1.HeaderClassName
{
color: #C46DDF;
}
.AnyTagClassName
{
color: #C46DDF;
}
</style>
background-color css
<style>
a { background-color: #C46DDF; }
a { background-color: rgb(196,109,223); }
div.DivClassName
{
background-color: #C46DDF;
}
.BgClassName
{
background-color: #C46DDF;
}
</style>
border-color css
<style>
span { border-color: #C46DDF; }
span { border-color: rgb(196,109,223); }
td.TdClassName
{
border-color: #C46DDF;
}
.TagClassName
{
border-color: #C46DDF;
}
</style>