Shades of Medium Orchid #C46EDB
Tints of Medium Orchid #C46EDB
RGB
CMYK
RGB Variations
Color information
#C46EDB (or 0xC46EDB) is known color: Medium Orchid. HEX triplet: C4, 6E and DB. RGB value is (196,110,219). Sum of RGB (Red+Green+Blue) = 196+110+219=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C46EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EDB is #3B9124. Grayscale: #939393. Windows color (decimal): -3903781 or 14380740. OLE color: 14380740.
HSL color Cylindrical-coordinate representation of color #C46EDB: hue angle of 287.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46EDB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 110 | 219 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.14 |
| HSL | 287.34º | 0.6% | 0.65% | - |
| HSV(B) | 287.34º | 0.5% | 0.86% | - |
| XYZ | 41.13 | 28 | 70.26 | - |
| YUV | 148.14 | 167.99 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 219 | 0.11 | 0.50 | 0 | 0.14 | 287.34 | 0.6 | 0.65 |
| Hex | C4 | 6E | DB | B | 32 | 0 | E | 11F | 3C | 41 |
| Octal | 304 | 156 | 333 | 13 | 62 | 0 | 16 | 437 | 74 | 101 |
| Binary | 11000100 | 1101110 | 11011011 | 1011 | 110010 | 0 | 1110 | 100011111 | 111100 | 1000001 |
Color Harmonies of #C46EDB
Complementary color
Monochromatic Colors of #C46EDB
Black with #C46EDB
Text Example
Text Example
White with #C46EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EDB; }
p { color: rgb(196,110,219); }
H1.HeaderClassName
{
color: #C46EDB;
}
.AnyTagClassName
{
color: #C46EDB;
}
</style>
background-color css
<style>
a { background-color: #C46EDB; }
a { background-color: rgb(196,110,219); }
div.DivClassName
{
background-color: #C46EDB;
}
.BgClassName
{
background-color: #C46EDB;
}
</style>
border-color css
<style>
span { border-color: #C46EDB; }
span { border-color: rgb(196,110,219); }
td.TdClassName
{
border-color: #C46EDB;
}
.TagClassName
{
border-color: #C46EDB;
}
</style>