Shades of Medium Orchid #C46EE3
Tints of Medium Orchid #C46EE3
RGB
CMYK
RGB Variations
Color information
#C46EE3 (or 0xC46EE3) is known color: Medium Orchid. HEX triplet: C4, 6E and E3. RGB value is (196,110,227). Sum of RGB (Red+Green+Blue) = 196+110+227=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #C46EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EE3 is #3B911C. Grayscale: #949494. Windows color (decimal): -3903773 or 14905028. OLE color: 14905028.
HSL color Cylindrical-coordinate representation of color #C46EE3: hue angle of 284.1º 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 #C46EE3 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 110 | 227 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.11 |
| HSL | 284.1º | 0.68% | 0.66% | - |
| HSV(B) | 284.1º | 0.52% | 0.89% | - |
| XYZ | 42.21 | 28.43 | 75.94 | - |
| YUV | 149.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 227 | 0.14 | 0.52 | 0 | 0.11 | 284.1 | 0.68 | 0.66 |
| Hex | C4 | 6E | E3 | E | 34 | 0 | B | 11C | 44 | 42 |
| Octal | 304 | 156 | 343 | 16 | 64 | 0 | 13 | 434 | 104 | 102 |
| Binary | 11000100 | 1101110 | 11100011 | 1110 | 110100 | 0 | 1011 | 100011100 | 1000100 | 1000010 |
Color Harmonies of #C46EE3
Complementary color
Monochromatic Colors of #C46EE3
Black with #C46EE3
Text Example
Text Example
White with #C46EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EE3; }
p { color: rgb(196,110,227); }
H1.HeaderClassName
{
color: #C46EE3;
}
.AnyTagClassName
{
color: #C46EE3;
}
</style>
background-color css
<style>
a { background-color: #C46EE3; }
a { background-color: rgb(196,110,227); }
div.DivClassName
{
background-color: #C46EE3;
}
.BgClassName
{
background-color: #C46EE3;
}
</style>
border-color css
<style>
span { border-color: #C46EE3; }
span { border-color: rgb(196,110,227); }
td.TdClassName
{
border-color: #C46EE3;
}
.TagClassName
{
border-color: #C46EE3;
}
</style>