Shades of Medium Orchid #C46DE3
Tints of Medium Orchid #C46DE3
RGB
CMYK
RGB Variations
Color information
#C46DE3 (or 0xC46DE3) is known color: Medium Orchid. HEX triplet: C4, 6D and E3. RGB value is (196,109,227). Sum of RGB (Red+Green+Blue) = 196+109+227=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #C46DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DE3 is #3B921C. Grayscale: #949494. Windows color (decimal): -3904029 or 14904772. OLE color: 14904772.
HSL color Cylindrical-coordinate representation of color #C46DE3: hue angle of 284.24º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46DE3 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 109 | 227 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.11 |
| HSL | 284.24º | 0.68% | 0.66% | - |
| HSV(B) | 284.24º | 0.52% | 0.89% | - |
| XYZ | 42.1 | 28.22 | 75.9 | - |
| YUV | 148.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 227 | 0.14 | 0.52 | 0 | 0.11 | 284.24 | 0.68 | 0.66 |
| Hex | C4 | 6D | E3 | E | 34 | 0 | B | 11C | 44 | 42 |
| Octal | 304 | 155 | 343 | 16 | 64 | 0 | 13 | 434 | 104 | 102 |
| Binary | 11000100 | 1101101 | 11100011 | 1110 | 110100 | 0 | 1011 | 100011100 | 1000100 | 1000010 |
Color Harmonies of #C46DE3
Complementary color
Monochromatic Colors of #C46DE3
Black with #C46DE3
Text Example
Text Example
White with #C46DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DE3; }
p { color: rgb(196,109,227); }
H1.HeaderClassName
{
color: #C46DE3;
}
.AnyTagClassName
{
color: #C46DE3;
}
</style>
background-color css
<style>
a { background-color: #C46DE3; }
a { background-color: rgb(196,109,227); }
div.DivClassName
{
background-color: #C46DE3;
}
.BgClassName
{
background-color: #C46DE3;
}
</style>
border-color css
<style>
span { border-color: #C46DE3; }
span { border-color: rgb(196,109,227); }
td.TdClassName
{
border-color: #C46DE3;
}
.TagClassName
{
border-color: #C46DE3;
}
</style>