Shades of Medium Orchid #C46ADB
Tints of Medium Orchid #C46ADB
RGB
CMYK
RGB Variations
Color information
#C46ADB (or 0xC46ADB) is known color: Medium Orchid. HEX triplet: C4, 6A and DB. RGB value is (196,106,219). Sum of RGB (Red+Green+Blue) = 196+106+219=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C46ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ADB is #3B9524. Grayscale: #919191. Windows color (decimal): -3904805 or 14379716. OLE color: 14379716.
HSL color Cylindrical-coordinate representation of color #C46ADB: hue angle of 287.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46ADB is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 106 | 219 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.14 |
| HSL | 287.79º | 0.61% | 0.64% | - |
| HSV(B) | 287.79º | 0.52% | 0.86% | - |
| XYZ | 40.71 | 27.16 | 70.11 | - |
| YUV | 145.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 219 | 0.11 | 0.52 | 0 | 0.14 | 287.79 | 0.61 | 0.64 |
| Hex | C4 | 6A | DB | B | 34 | 0 | E | 120 | 3D | 40 |
| Octal | 304 | 152 | 333 | 13 | 64 | 0 | 16 | 440 | 75 | 100 |
| Binary | 11000100 | 1101010 | 11011011 | 1011 | 110100 | 0 | 1110 | 100100000 | 111101 | 1000000 |
Color Harmonies of #C46ADB
Complementary color
Monochromatic Colors of #C46ADB
Black with #C46ADB
Text Example
Text Example
White with #C46ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46ADB; }
p { color: rgb(196,106,219); }
H1.HeaderClassName
{
color: #C46ADB;
}
.AnyTagClassName
{
color: #C46ADB;
}
</style>
background-color css
<style>
a { background-color: #C46ADB; }
a { background-color: rgb(196,106,219); }
div.DivClassName
{
background-color: #C46ADB;
}
.BgClassName
{
background-color: #C46ADB;
}
</style>
border-color css
<style>
span { border-color: #C46ADB; }
span { border-color: rgb(196,106,219); }
td.TdClassName
{
border-color: #C46ADB;
}
.TagClassName
{
border-color: #C46ADB;
}
</style>