Shades of Medium Orchid #C46EDA
Tints of Medium Orchid #C46EDA
RGB
CMYK
RGB Variations
Color information
#C46EDA (or 0xC46EDA) is known color: Medium Orchid. HEX triplet: C4, 6E and DA. RGB value is (196,110,218). Sum of RGB (Red+Green+Blue) = 196+110+218=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #C46EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EDA is #3B9125. Grayscale: #939393. Windows color (decimal): -3903782 or 14315204. OLE color: 14315204.
HSL color Cylindrical-coordinate representation of color #C46EDA: hue angle of 287.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46EDA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 110 | 218 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.15 |
| HSL | 287.78º | 0.59% | 0.64% | - |
| HSV(B) | 287.78º | 0.5% | 0.85% | - |
| XYZ | 41 | 27.95 | 69.56 | - |
| YUV | 148.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 218 | 0.10 | 0.50 | 0 | 0.15 | 287.78 | 0.59 | 0.64 |
| Hex | C4 | 6E | DA | A | 32 | 0 | F | 120 | 3B | 40 |
| Octal | 304 | 156 | 332 | 12 | 62 | 0 | 17 | 440 | 73 | 100 |
| Binary | 11000100 | 1101110 | 11011010 | 1010 | 110010 | 0 | 1111 | 100100000 | 111011 | 1000000 |
Color Harmonies of #C46EDA
Complementary color
Monochromatic Colors of #C46EDA
Black with #C46EDA
Text Example
Text Example
White with #C46EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EDA; }
p { color: rgb(196,110,218); }
H1.HeaderClassName
{
color: #C46EDA;
}
.AnyTagClassName
{
color: #C46EDA;
}
</style>
background-color css
<style>
a { background-color: #C46EDA; }
a { background-color: rgb(196,110,218); }
div.DivClassName
{
background-color: #C46EDA;
}
.BgClassName
{
background-color: #C46EDA;
}
</style>
border-color css
<style>
span { border-color: #C46EDA; }
span { border-color: rgb(196,110,218); }
td.TdClassName
{
border-color: #C46EDA;
}
.TagClassName
{
border-color: #C46EDA;
}
</style>