Shades of Medium Orchid #C46FE0
Tints of Medium Orchid #C46FE0
RGB
CMYK
RGB Variations
Color information
#C46FE0 (or 0xC46FE0) is known color: Medium Orchid. HEX triplet: C4, 6F and E0. RGB value is (196,111,224). Sum of RGB (Red+Green+Blue) = 196+111+224=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #C46FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FE0 is #3B901F. Grayscale: #949494. Windows color (decimal): -3903520 or 14708676. OLE color: 14708676.
HSL color Cylindrical-coordinate representation of color #C46FE0: hue angle of 285.13º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46FE0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 111 | 224 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.12 |
| HSL | 285.13º | 0.65% | 0.66% | - |
| HSV(B) | 285.13º | 0.5% | 0.88% | - |
| XYZ | 41.9 | 28.49 | 73.81 | - |
| YUV | 149.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 224 | 0.12 | 0.50 | 0 | 0.12 | 285.13 | 0.65 | 0.66 |
| Hex | C4 | 6F | E0 | C | 32 | 0 | C | 11D | 41 | 42 |
| Octal | 304 | 157 | 340 | 14 | 62 | 0 | 14 | 435 | 101 | 102 |
| Binary | 11000100 | 1101111 | 11100000 | 1100 | 110010 | 0 | 1100 | 100011101 | 1000001 | 1000010 |
Color Harmonies of #C46FE0
Complementary color
Monochromatic Colors of #C46FE0
Black with #C46FE0
Text Example
Text Example
White with #C46FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FE0; }
p { color: rgb(196,111,224); }
H1.HeaderClassName
{
color: #C46FE0;
}
.AnyTagClassName
{
color: #C46FE0;
}
</style>
background-color css
<style>
a { background-color: #C46FE0; }
a { background-color: rgb(196,111,224); }
div.DivClassName
{
background-color: #C46FE0;
}
.BgClassName
{
background-color: #C46FE0;
}
</style>
border-color css
<style>
span { border-color: #C46FE0; }
span { border-color: rgb(196,111,224); }
td.TdClassName
{
border-color: #C46FE0;
}
.TagClassName
{
border-color: #C46FE0;
}
</style>