Shades of Medium Orchid #C46FE6
Tints of Medium Orchid #C46FE6
RGB
CMYK
RGB Variations
Color information
#C46FE6 (or 0xC46FE6) is known color: Medium Orchid. HEX triplet: C4, 6F and E6. RGB value is (196,111,230). Sum of RGB (Red+Green+Blue) = 196+111+230=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #C46FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FE6 is #3B9019. Grayscale: #959595. Windows color (decimal): -3903514 or 15101892. OLE color: 15101892.
HSL color Cylindrical-coordinate representation of color #C46FE6: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46FE6 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 111 | 230 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.10 |
| HSL | 282.86º | 0.7% | 0.67% | - |
| HSV(B) | 282.86º | 0.52% | 0.9% | - |
| XYZ | 42.73 | 28.82 | 78.17 | - |
| YUV | 149.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 230 | 0.15 | 0.52 | 0 | 0.10 | 282.86 | 0.7 | 0.67 |
| Hex | C4 | 6F | E6 | F | 34 | 0 | A | 11B | 46 | 43 |
| Octal | 304 | 157 | 346 | 17 | 64 | 0 | 12 | 433 | 106 | 103 |
| Binary | 11000100 | 1101111 | 11100110 | 1111 | 110100 | 0 | 1010 | 100011011 | 1000110 | 1000011 |
Color Harmonies of #C46FE6
Complementary color
Monochromatic Colors of #C46FE6
Black with #C46FE6
Text Example
Text Example
White with #C46FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FE6; }
p { color: rgb(196,111,230); }
H1.HeaderClassName
{
color: #C46FE6;
}
.AnyTagClassName
{
color: #C46FE6;
}
</style>
background-color css
<style>
a { background-color: #C46FE6; }
a { background-color: rgb(196,111,230); }
div.DivClassName
{
background-color: #C46FE6;
}
.BgClassName
{
background-color: #C46FE6;
}
</style>
border-color css
<style>
span { border-color: #C46FE6; }
span { border-color: rgb(196,111,230); }
td.TdClassName
{
border-color: #C46FE6;
}
.TagClassName
{
border-color: #C46FE6;
}
</style>