Shades of Medium Orchid #C46BE2
Tints of Medium Orchid #C46BE2
RGB
CMYK
RGB Variations
Color information
#C46BE2 (or 0xC46BE2) is known color: Medium Orchid. HEX triplet: C4, 6B and E2. RGB value is (196,107,226). Sum of RGB (Red+Green+Blue) = 196+107+226=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #C46BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BE2 is #3B941D. Grayscale: #929292. Windows color (decimal): -3904542 or 14838724. OLE color: 14838724.
HSL color Cylindrical-coordinate representation of color #C46BE2: hue angle of 284.87º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C46BE2 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 107 | 226 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.11 |
| HSL | 284.87º | 0.67% | 0.65% | - |
| HSV(B) | 284.87º | 0.53% | 0.89% | - |
| XYZ | 41.75 | 27.74 | 75.11 | - |
| YUV | 147.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 226 | 0.13 | 0.53 | 0 | 0.11 | 284.87 | 0.67 | 0.65 |
| Hex | C4 | 6B | E2 | D | 35 | 0 | B | 11D | 43 | 41 |
| Octal | 304 | 153 | 342 | 15 | 65 | 0 | 13 | 435 | 103 | 101 |
| Binary | 11000100 | 1101011 | 11100010 | 1101 | 110101 | 0 | 1011 | 100011101 | 1000011 | 1000001 |
Color Harmonies of #C46BE2
Complementary color
Monochromatic Colors of #C46BE2
Black with #C46BE2
Text Example
Text Example
White with #C46BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46BE2; }
p { color: rgb(196,107,226); }
H1.HeaderClassName
{
color: #C46BE2;
}
.AnyTagClassName
{
color: #C46BE2;
}
</style>
background-color css
<style>
a { background-color: #C46BE2; }
a { background-color: rgb(196,107,226); }
div.DivClassName
{
background-color: #C46BE2;
}
.BgClassName
{
background-color: #C46BE2;
}
</style>
border-color css
<style>
span { border-color: #C46BE2; }
span { border-color: rgb(196,107,226); }
td.TdClassName
{
border-color: #C46BE2;
}
.TagClassName
{
border-color: #C46BE2;
}
</style>