Shades of Medium Orchid #C46DDD
Tints of Medium Orchid #C46DDD
RGB
CMYK
RGB Variations
Color information
#C46DDD (or 0xC46DDD) is known color: Medium Orchid. HEX triplet: C4, 6D and DD. RGB value is (196,109,221). Sum of RGB (Red+Green+Blue) = 196+109+221=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C46DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDD is #3B9222. Grayscale: #939393. Windows color (decimal): -3904035 or 14511556. OLE color: 14511556.
HSL color Cylindrical-coordinate representation of color #C46DDD: hue angle of 286.61º degrees, saturation: 0.62, 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 #C46DDD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 109 | 221 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.13 |
| HSL | 286.61º | 0.62% | 0.65% | - |
| HSV(B) | 286.61º | 0.51% | 0.87% | - |
| XYZ | 41.28 | 27.89 | 71.61 | - |
| YUV | 147.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 221 | 0.11 | 0.51 | 0 | 0.13 | 286.61 | 0.62 | 0.65 |
| Hex | C4 | 6D | DD | B | 33 | 0 | D | 11F | 3E | 41 |
| Octal | 304 | 155 | 335 | 13 | 63 | 0 | 15 | 437 | 76 | 101 |
| Binary | 11000100 | 1101101 | 11011101 | 1011 | 110011 | 0 | 1101 | 100011111 | 111110 | 1000001 |
Color Harmonies of #C46DDD
Complementary color
Monochromatic Colors of #C46DDD
Black with #C46DDD
Text Example
Text Example
White with #C46DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DDD; }
p { color: rgb(196,109,221); }
H1.HeaderClassName
{
color: #C46DDD;
}
.AnyTagClassName
{
color: #C46DDD;
}
</style>
background-color css
<style>
a { background-color: #C46DDD; }
a { background-color: rgb(196,109,221); }
div.DivClassName
{
background-color: #C46DDD;
}
.BgClassName
{
background-color: #C46DDD;
}
</style>
border-color css
<style>
span { border-color: #C46DDD; }
span { border-color: rgb(196,109,221); }
td.TdClassName
{
border-color: #C46DDD;
}
.TagClassName
{
border-color: #C46DDD;
}
</style>