Shades of Medium Orchid #C46DDA
Tints of Medium Orchid #C46DDA
RGB
CMYK
RGB Variations
Color information
#C46DDA (or 0xC46DDA) is known color: Medium Orchid. HEX triplet: C4, 6D and DA. RGB value is (196,109,218). Sum of RGB (Red+Green+Blue) = 196+109+218=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C46DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDA is #3B9225. Grayscale: #939393. Windows color (decimal): -3904038 or 14314948. OLE color: 14314948.
HSL color Cylindrical-coordinate representation of color #C46DDA: hue angle of 287.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46DDA is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 109 | 218 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.15 |
| HSL | 287.89º | 0.6% | 0.64% | - |
| HSV(B) | 287.89º | 0.5% | 0.85% | - |
| XYZ | 40.89 | 27.74 | 69.53 | - |
| YUV | 147.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 218 | 0.10 | 0.5 | 0 | 0.15 | 287.89 | 0.6 | 0.64 |
| Hex | C4 | 6D | DA | A | 32 | 0 | F | 120 | 3C | 40 |
| Octal | 304 | 155 | 332 | 12 | 62 | 0 | 17 | 440 | 74 | 100 |
| Binary | 11000100 | 1101101 | 11011010 | 1010 | 110010 | 0 | 1111 | 100100000 | 111100 | 1000000 |
Color Harmonies of #C46DDA
Complementary color
Monochromatic Colors of #C46DDA
Black with #C46DDA
Text Example
Text Example
White with #C46DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DDA; }
p { color: rgb(196,109,218); }
H1.HeaderClassName
{
color: #C46DDA;
}
.AnyTagClassName
{
color: #C46DDA;
}
</style>
background-color css
<style>
a { background-color: #C46DDA; }
a { background-color: rgb(196,109,218); }
div.DivClassName
{
background-color: #C46DDA;
}
.BgClassName
{
background-color: #C46DDA;
}
</style>
border-color css
<style>
span { border-color: #C46DDA; }
span { border-color: rgb(196,109,218); }
td.TdClassName
{
border-color: #C46DDA;
}
.TagClassName
{
border-color: #C46DDA;
}
</style>