Shades of Medium Orchid #C046FC
Tints of Medium Orchid #C046FC
RGB
CMYK
RGB Variations
Color information
#C046FC (or 0xC046FC) is known color: Medium Orchid. HEX triplet: C0, 46 and FC. RGB value is (192,70,252). Sum of RGB (Red+Green+Blue) = 192+70+252=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C046FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C046FC is #3FB903. Grayscale: #7E7E7E. Windows color (decimal): -4176132 or 16533184. OLE color: 16533184.
HSL color Cylindrical-coordinate representation of color #C046FC: hue angle of 280.22º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C046FC is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 70 | 252 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.01 |
| HSL | 280.22º | 0.97% | 0.63% | - |
| HSV(B) | 280.22º | 0.72% | 0.99% | - |
| XYZ | 41.5 | 22.62 | 94.27 | - |
| YUV | 127.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 252 | 0.24 | 0.72 | 0 | 0.01 | 280.22 | 0.97 | 0.63 |
| Hex | C0 | 46 | FC | 18 | 48 | 0 | 1 | 118 | 61 | 3F |
| Octal | 300 | 106 | 374 | 30 | 110 | 0 | 1 | 430 | 141 | 77 |
| Binary | 11000000 | 1000110 | 11111100 | 11000 | 1001000 | 0 | 1 | 100011000 | 1100001 | 111111 |
Color Harmonies of #C046FC
Complementary color
Monochromatic Colors of #C046FC
Black with #C046FC
Text Example
Text Example
White with #C046FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046FC; }
p { color: rgb(192,70,252); }
H1.HeaderClassName
{
color: #C046FC;
}
.AnyTagClassName
{
color: #C046FC;
}
</style>
background-color css
<style>
a { background-color: #C046FC; }
a { background-color: rgb(192,70,252); }
div.DivClassName
{
background-color: #C046FC;
}
.BgClassName
{
background-color: #C046FC;
}
</style>
border-color css
<style>
span { border-color: #C046FC; }
span { border-color: rgb(192,70,252); }
td.TdClassName
{
border-color: #C046FC;
}
.TagClassName
{
border-color: #C046FC;
}
</style>