Shades of Medium Orchid #C46EDF
Tints of Medium Orchid #C46EDF
RGB
CMYK
RGB Variations
Color information
#C46EDF (or 0xC46EDF) is known color: Medium Orchid. HEX triplet: C4, 6E and DF. RGB value is (196,110,223). Sum of RGB (Red+Green+Blue) = 196+110+223=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #C46EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EDF is #3B9120. Grayscale: #949494. Windows color (decimal): -3903777 or 14642884. OLE color: 14642884.
HSL color Cylindrical-coordinate representation of color #C46EDF: hue angle of 285.66º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46EDF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 110 | 223 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.13 |
| HSL | 285.66º | 0.64% | 0.65% | - |
| HSV(B) | 285.66º | 0.51% | 0.87% | - |
| XYZ | 41.66 | 28.22 | 73.06 | - |
| YUV | 148.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 223 | 0.12 | 0.51 | 0 | 0.13 | 285.66 | 0.64 | 0.65 |
| Hex | C4 | 6E | DF | C | 33 | 0 | D | 11E | 40 | 41 |
| Octal | 304 | 156 | 337 | 14 | 63 | 0 | 15 | 436 | 100 | 101 |
| Binary | 11000100 | 1101110 | 11011111 | 1100 | 110011 | 0 | 1101 | 100011110 | 1000000 | 1000001 |
Color Harmonies of #C46EDF
Complementary color
Monochromatic Colors of #C46EDF
Black with #C46EDF
Text Example
Text Example
White with #C46EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EDF; }
p { color: rgb(196,110,223); }
H1.HeaderClassName
{
color: #C46EDF;
}
.AnyTagClassName
{
color: #C46EDF;
}
</style>
background-color css
<style>
a { background-color: #C46EDF; }
a { background-color: rgb(196,110,223); }
div.DivClassName
{
background-color: #C46EDF;
}
.BgClassName
{
background-color: #C46EDF;
}
</style>
border-color css
<style>
span { border-color: #C46EDF; }
span { border-color: rgb(196,110,223); }
td.TdClassName
{
border-color: #C46EDF;
}
.TagClassName
{
border-color: #C46EDF;
}
</style>