Shades of Medium Orchid #C046EF
Tints of Medium Orchid #C046EF
RGB
CMYK
RGB Variations
Color information
#C046EF (or 0xC046EF) is known color: Medium Orchid. HEX triplet: C0, 46 and EF. RGB value is (192,70,239). Sum of RGB (Red+Green+Blue) = 192+70+239=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #C046EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C046EF is #3FB910. Grayscale: #7D7D7D. Windows color (decimal): -4176145 or 15681216. OLE color: 15681216.
HSL color Cylindrical-coordinate representation of color #C046EF: hue angle of 283.31º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C046EF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 70 | 239 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.06 |
| HSL | 283.31º | 0.84% | 0.61% | - |
| HSV(B) | 283.31º | 0.71% | 0.94% | - |
| XYZ | 39.51 | 21.82 | 83.79 | - |
| YUV | 125.74 | 191.92 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 239 | 0.20 | 0.71 | 0 | 0.06 | 283.31 | 0.84 | 0.61 |
| Hex | C0 | 46 | EF | 14 | 47 | 0 | 6 | 11B | 54 | 3D |
| Octal | 300 | 106 | 357 | 24 | 107 | 0 | 6 | 433 | 124 | 75 |
| Binary | 11000000 | 1000110 | 11101111 | 10100 | 1000111 | 0 | 110 | 100011011 | 1010100 | 111101 |
Color Harmonies of #C046EF
Complementary color
Monochromatic Colors of #C046EF
Black with #C046EF
Text Example
Text Example
White with #C046EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046EF; }
p { color: rgb(192,70,239); }
H1.HeaderClassName
{
color: #C046EF;
}
.AnyTagClassName
{
color: #C046EF;
}
</style>
background-color css
<style>
a { background-color: #C046EF; }
a { background-color: rgb(192,70,239); }
div.DivClassName
{
background-color: #C046EF;
}
.BgClassName
{
background-color: #C046EF;
}
</style>
border-color css
<style>
span { border-color: #C046EF; }
span { border-color: rgb(192,70,239); }
td.TdClassName
{
border-color: #C046EF;
}
.TagClassName
{
border-color: #C046EF;
}
</style>