Shades of Medium Orchid #C46DD5
Tints of Medium Orchid #C46DD5
RGB
CMYK
RGB Variations
Color information
#C46DD5 (or 0xC46DD5) is known color: Medium Orchid. HEX triplet: C4, 6D and D5. RGB value is (196,109,213). Sum of RGB (Red+Green+Blue) = 196+109+213=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #C46DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DD5 is #3B922A. Grayscale: #929292. Windows color (decimal): -3904043 or 13987268. OLE color: 13987268.
HSL color Cylindrical-coordinate representation of color #C46DD5: hue angle of 290.19º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46DD5 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 109 | 213 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.16 |
| HSL | 290.19º | 0.55% | 0.63% | - |
| HSV(B) | 290.19º | 0.49% | 0.84% | - |
| XYZ | 40.24 | 27.48 | 66.13 | - |
| YUV | 146.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 213 | 0.08 | 0.49 | 0 | 0.16 | 290.19 | 0.55 | 0.63 |
| Hex | C4 | 6D | D5 | 8 | 31 | 0 | 10 | 122 | 37 | 3F |
| Octal | 304 | 155 | 325 | 10 | 61 | 0 | 20 | 442 | 67 | 77 |
| Binary | 11000100 | 1101101 | 11010101 | 1000 | 110001 | 0 | 10000 | 100100010 | 110111 | 111111 |
Color Harmonies of #C46DD5
Complementary color
Monochromatic Colors of #C46DD5
Black with #C46DD5
Text Example
Text Example
White with #C46DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DD5; }
p { color: rgb(196,109,213); }
H1.HeaderClassName
{
color: #C46DD5;
}
.AnyTagClassName
{
color: #C46DD5;
}
</style>
background-color css
<style>
a { background-color: #C46DD5; }
a { background-color: rgb(196,109,213); }
div.DivClassName
{
background-color: #C46DD5;
}
.BgClassName
{
background-color: #C46DD5;
}
</style>
border-color css
<style>
span { border-color: #C46DD5; }
span { border-color: rgb(196,109,213); }
td.TdClassName
{
border-color: #C46DD5;
}
.TagClassName
{
border-color: #C46DD5;
}
</style>