Shades of Medium Orchid #C46CE9
Tints of Medium Orchid #C46CE9
RGB
CMYK
RGB Variations
Color information
#C46CE9 (or 0xC46CE9) is known color: Medium Orchid. HEX triplet: C4, 6C and E9. RGB value is (196,108,233). Sum of RGB (Red+Green+Blue) = 196+108+233=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #C46CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46CE9 is #3B9316. Grayscale: #949494. Windows color (decimal): -3904279 or 15297732. OLE color: 15297732.
HSL color Cylindrical-coordinate representation of color #C46CE9: hue angle of 282.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C46CE9 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 108 | 233 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.09 |
| HSL | 282.24º | 0.74% | 0.67% | - |
| HSV(B) | 282.24º | 0.54% | 0.91% | - |
| XYZ | 42.84 | 28.34 | 80.3 | - |
| YUV | 148.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 233 | 0.16 | 0.54 | 0 | 0.09 | 282.24 | 0.74 | 0.67 |
| Hex | C4 | 6C | E9 | 10 | 36 | 0 | 9 | 11A | 4A | 43 |
| Octal | 304 | 154 | 351 | 20 | 66 | 0 | 11 | 432 | 112 | 103 |
| Binary | 11000100 | 1101100 | 11101001 | 10000 | 110110 | 0 | 1001 | 100011010 | 1001010 | 1000011 |
Color Harmonies of #C46CE9
Complementary color
Monochromatic Colors of #C46CE9
Black with #C46CE9
Text Example
Text Example
White with #C46CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CE9; }
p { color: rgb(196,108,233); }
H1.HeaderClassName
{
color: #C46CE9;
}
.AnyTagClassName
{
color: #C46CE9;
}
</style>
background-color css
<style>
a { background-color: #C46CE9; }
a { background-color: rgb(196,108,233); }
div.DivClassName
{
background-color: #C46CE9;
}
.BgClassName
{
background-color: #C46CE9;
}
</style>
border-color css
<style>
span { border-color: #C46CE9; }
span { border-color: rgb(196,108,233); }
td.TdClassName
{
border-color: #C46CE9;
}
.TagClassName
{
border-color: #C46CE9;
}
</style>