Shades of Medium Orchid #C46DDB
Tints of Medium Orchid #C46DDB
RGB
CMYK
RGB Variations
Color information
#C46DDB (or 0xC46DDB) is known color: Medium Orchid. HEX triplet: C4, 6D and DB. RGB value is (196,109,219). Sum of RGB (Red+Green+Blue) = 196+109+219=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #C46DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDB is #3B9224. Grayscale: #939393. Windows color (decimal): -3904037 or 14380484. OLE color: 14380484.
HSL color Cylindrical-coordinate representation of color #C46DDB: hue angle of 287.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46DDB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 109 | 219 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.14 |
| HSL | 287.45º | 0.6% | 0.64% | - |
| HSV(B) | 287.45º | 0.5% | 0.86% | - |
| XYZ | 41.02 | 27.79 | 70.22 | - |
| YUV | 147.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 219 | 0.11 | 0.50 | 0 | 0.14 | 287.45 | 0.6 | 0.64 |
| Hex | C4 | 6D | DB | B | 32 | 0 | E | 11F | 3C | 40 |
| Octal | 304 | 155 | 333 | 13 | 62 | 0 | 16 | 437 | 74 | 100 |
| Binary | 11000100 | 1101101 | 11011011 | 1011 | 110010 | 0 | 1110 | 100011111 | 111100 | 1000000 |
Color Harmonies of #C46DDB
Complementary color
Monochromatic Colors of #C46DDB
Black with #C46DDB
Text Example
Text Example
White with #C46DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DDB; }
p { color: rgb(196,109,219); }
H1.HeaderClassName
{
color: #C46DDB;
}
.AnyTagClassName
{
color: #C46DDB;
}
</style>
background-color css
<style>
a { background-color: #C46DDB; }
a { background-color: rgb(196,109,219); }
div.DivClassName
{
background-color: #C46DDB;
}
.BgClassName
{
background-color: #C46DDB;
}
</style>
border-color css
<style>
span { border-color: #C46DDB; }
span { border-color: rgb(196,109,219); }
td.TdClassName
{
border-color: #C46DDB;
}
.TagClassName
{
border-color: #C46DDB;
}
</style>