Shades of Medium Orchid #C046FB
Tints of Medium Orchid #C046FB
RGB
CMYK
RGB Variations
Color information
#C046FB (or 0xC046FB) is known color: Medium Orchid. HEX triplet: C0, 46 and FB. RGB value is (192,70,251). Sum of RGB (Red+Green+Blue) = 192+70+251=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #C046FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C046FB is #3FB904. Grayscale: #7E7E7E. Windows color (decimal): -4176133 or 16467648. OLE color: 16467648.
HSL color Cylindrical-coordinate representation of color #C046FB: hue angle of 280.44º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C046FB is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 70 | 251 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.02 |
| HSL | 280.44º | 0.96% | 0.63% | - |
| HSV(B) | 280.44º | 0.72% | 0.98% | - |
| XYZ | 41.34 | 22.55 | 93.44 | - |
| YUV | 127.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 251 | 0.24 | 0.72 | 0 | 0.02 | 280.44 | 0.96 | 0.63 |
| Hex | C0 | 46 | FB | 18 | 48 | 0 | 2 | 118 | 60 | 3F |
| Octal | 300 | 106 | 373 | 30 | 110 | 0 | 2 | 430 | 140 | 77 |
| Binary | 11000000 | 1000110 | 11111011 | 11000 | 1001000 | 0 | 10 | 100011000 | 1100000 | 111111 |
Color Harmonies of #C046FB
Complementary color
Monochromatic Colors of #C046FB
Black with #C046FB
Text Example
Text Example
White with #C046FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046FB; }
p { color: rgb(192,70,251); }
H1.HeaderClassName
{
color: #C046FB;
}
.AnyTagClassName
{
color: #C046FB;
}
</style>
background-color css
<style>
a { background-color: #C046FB; }
a { background-color: rgb(192,70,251); }
div.DivClassName
{
background-color: #C046FB;
}
.BgClassName
{
background-color: #C046FB;
}
</style>
border-color css
<style>
span { border-color: #C046FB; }
span { border-color: rgb(192,70,251); }
td.TdClassName
{
border-color: #C046FB;
}
.TagClassName
{
border-color: #C046FB;
}
</style>